#661CB4

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

Shades of Purple Heart #661CB4

Tints of Purple Heart #661CB4

Color information

#661CB4 (or 0x661CB4) is unknown color: approx Purple Heart. HEX triplet: 66, 1C and B4. RGB value is (102,28,180). Sum of RGB (Red+Green+Blue) = 102+28+180=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 180 (70.70% from 255 or 58.06% from 310); Max value from RGB is 180 - color contains mainly: blue. Hex color #661CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661CB4 is #99E34B. Grayscale: #424242. Windows color (decimal): -10085196 or 11803750. OLE color: 11803750.

HSL color Cylindrical-coordinate representation of color #661CB4: hue angle of 269.21º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661CB4 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10228180-
CMYK0.430.8400.29
HSL269.21º73.08%40.78%-
HSV(B)269.21º84.44%70.59%-
XYZ14.136.9543.78-
YUV67.45191.52152.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.90%
GREEN value IS 28 (11.33% from 255) = 9.03%
BLUE value IS 180 (70.70% from 255) = 58.06%
R=32.90%
G=9.03%
B=58.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102281800.430.8400.29269.2173.0840.78
Hex661CB42B5401D10d4929
Octal146342645312403541511151
Binary1100110111001011010010101110101000111011000011011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661CB4; }

 p { color: rgb(102,28,180); }

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

<style>
 a { background-color: #661CB4; }

 a { background-color: rgb(102,28,180); }

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

<style>
 span { border-color: #661CB4; }

 span { border-color: rgb(102,28,180); }

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