#6611A4

Color #6611A4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6611A4

Tints of Purple Heart #6611A4

Color information

#6611A4 (or 0x6611A4) is unknown color: approx Purple Heart. HEX triplet: 66, 11 and A4. RGB value is (102,17,164). Sum of RGB (Red+Green+Blue) = 102+17+164=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 164 (64.45% from 255 or 57.95% from 283); Max value from RGB is 164 - color contains mainly: blue. Hex color #6611A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6611A4 is #99EE5B. Grayscale: #3A3A3A. Windows color (decimal): -10088028 or 10752358. OLE color: 10752358.

HSL color Cylindrical-coordinate representation of color #6611A4: hue angle of 274.69º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6611A4 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10217164-
CMYK0.380.9000.36
HSL274.69º81.22%35.49%-
HSV(B)274.69º89.63%64.31%-
XYZ12.385.9135.61-
YUV59.17187.16158.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 17 (7.03% from 255) = 6.01%
BLUE value IS 164 (64.45% from 255) = 57.95%
R=36.04%
G=6.01%
B=57.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102171640.380.9000.36274.6981.2235.49
Hex6611A4265A0241135123
Octal146212444613204442312143
Binary11001101000110100100100110101101001001001000100111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6611A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6611A4; }

 p { color: rgb(102,17,164); }

 H1.HeaderClassName
 {
   color: #6611A4;
 }
 .AnyTagClassName
 {
   color: #6611A4;
 }
</style>
background-color css

<style>
 a { background-color: #6611A4; }

 a { background-color: rgb(102,17,164); }

 div.DivClassName
 {
   background-color: #6611A4;
 }
 .BgClassName
 {
   background-color: #6611A4;
 }
</style>
border-color css

<style>
 span { border-color: #6611A4; }

 span { border-color: rgb(102,17,164); }

 td.TdClassName
 {
   border-color: #6611A4;
 }
 .TagClassName
 {
   border-color: #6611A4;
 }
</style>