Html Css Color HEX #660CAB Purple Heart

📋 copy color: '#660CAB'

red 102 ◦ green 12 ◦ blue 171

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

Shades of Purple Heart #660CAB

Tints of Purple Heart #660CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.21%

 BLUE value IS 171 (67.19% from 255) = 60%

R = 35.79%
G = 4.21%
B = 60%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#660CAB (or 0x660CAB) is known color: Purple Heart. HEX triplet: 66, 0C and AB. RGB value is (102,12,171). Sum of RGB (Red+Green+Blue) = 102+12+171=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #660CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660CAB is #99F354. Grayscale: #383838. Windows color (decimal): -10089301 or 11209830. OLE color: 11209830.

HSL color Cylindrical-coordinate representation of color #660CAB: hue angle of 273.96º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660CAB is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 12 171 -
CMYK 0.40 0.93 0 0.33
HSL 273.96º 0.87% 0.36% -
HSV(B) 273.96º 0.93% 0.67% -
XYZ 12.96 6.03 39.01 -
YUV 57.04 192.32 160.07 -
System Red Green Blue C M Y K H S L
Decimal 102 12 171 0.40 0.93 0 0.33 273.96 0.87 0.36
Hex 66 C AB 28 5D 0 21 112 57 24
Octal 146 14 253 50 135 0 41 422 127 44
Binary 1100110 1100 10101011 101000 1011101 0 100001 100010010 1010111 100100

Color Harmonies of #660CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660CAB

Black with #660CAB

Text Example


Text Example

White with #660CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,12,171); }

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

background-color css

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

 a { background-color: rgb(102,12,171); }

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

border-color css

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

 span { border-color: rgb(102,12,171); }

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