#661BB9

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

Shades of Purple Heart #661BB9

Tints of Purple Heart #661BB9

Color information

#661BB9 (or 0x661BB9) is unknown color: approx Purple Heart. HEX triplet: 66, 1B and B9. RGB value is (102,27,185). Sum of RGB (Red+Green+Blue) = 102+27+185=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #661BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661BB9 is #99E446. Grayscale: #424242. Windows color (decimal): -10085447 or 12131174. OLE color: 12131174.

HSL color Cylindrical-coordinate representation of color #661BB9: hue angle of 268.48º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661BB9 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10227185-
CMYK0.450.8500.27
HSL268.48º74.53%41.57%-
HSV(B)268.48º85.41%72.55%-
XYZ14.637.1146.5-
YUV67.44194.35152.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 27 (10.94% from 255) = 8.60%
BLUE value IS 185 (72.66% from 255) = 58.92%
R=32.48%
G=8.60%
B=58.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102271850.450.8500.27268.4874.5341.57
Hex661BB92D5501B10c4b2a
Octal146332715512503341411352
Binary1100110110111011100110110110101010110111000011001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,27,185); }

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

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

 a { background-color: rgb(102,27,185); }

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

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

 span { border-color: rgb(102,27,185); }

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