Html Css Color HEX #660BBB Purple Heart

📋 copy color: '#660BBB'

red 102 ◦ green 11 ◦ blue 187

#660BBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #660BBB

Tints of Purple Heart #660BBB

RGB

 RED value IS 102 (40.23% from 255) = 34%

 GREEN value IS 11 (4.69% from 255) = 3.67%

 BLUE value IS 187 (73.44% from 255) = 62.33%

R = 34%
G = 3.67%
B = 62.33%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#660BBB (or 0x660BBB) is known color: Purple Heart. HEX triplet: 66, 0B and BB. RGB value is (102,11,187). Sum of RGB (Red+Green+Blue) = 102+11+187=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #660BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660BBB is #99F444. Grayscale: #393939. Windows color (decimal): -10089541 or 12258150. OLE color: 12258150.

HSL color Cylindrical-coordinate representation of color #660BBB: hue angle of 271.02º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660BBB is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 11 187 -
CMYK 0.45 0.94 0 0.27
HSL 271.02º 0.89% 0.39% -
HSV(B) 271.02º 0.94% 0.73% -
XYZ 14.57 6.65 47.53 -
YUV 58.27 200.65 159.19 -
System Red Green Blue C M Y K H S L
Decimal 102 11 187 0.45 0.94 0 0.27 271.02 0.89 0.39
Hex 66 B BB 2D 5E 0 1B 10F 59 27
Octal 146 13 273 55 136 0 33 417 131 47
Binary 1100110 1011 10111011 101101 1011110 0 11011 100001111 1011001 100111

Color Harmonies of #660BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660BBB

Black with #660BBB

Text Example


Text Example

White with #660BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660BBB; }

 p { color: rgb(102,11,187); }

 H1.HeaderClassName
 {
   color: #660BBB;
 }
 .AnyTagClassName
 {
   color: #660BBB;
 }
</style>

background-color css

<style>
 a { background-color: #660BBB; }

 a { background-color: rgb(102,11,187); }

 div.DivClassName
 {
   background-color: #660BBB;
 }
 .BgClassName
 {
   background-color: #660BBB;
 }
</style>

border-color css

<style>
 span { border-color: #660BBB; }

 span { border-color: rgb(102,11,187); }

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