#661CCB

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

Shades of Purple Heart #661CCB

Tints of Purple Heart #661CCB

Color information

#661CCB (or 0x661CCB) is unknown color: approx Purple Heart. HEX triplet: 66, 1C and CB. RGB value is (102,28,203). Sum of RGB (Red+Green+Blue) = 102+28+203=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #661CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661CCB is #99E334. Grayscale: #454545. Windows color (decimal): -10085173 or 13311078. OLE color: 13311078.

HSL color Cylindrical-coordinate representation of color #661CCB: hue angle of 265.37º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #661CCB is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10228203-
CMYK0.500.8600.20
HSL265.37º75.76%45.29%-
HSV(B)265.37º86.21%79.61%-
XYZ16.677.9757.16-
YUV70.08203.02150.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 28 (11.33% from 255) = 8.41%
BLUE value IS 203 (79.69% from 255) = 60.96%
R=30.63%
G=8.41%
B=60.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102282030.500.8600.20265.3775.7645.29
Hex661CCB32560141094c2d
Octal146343136212602441111455
Binary1100110111001100101111001010101100101001000010011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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