Html Css Color HEX #660FAB Purple Heart

📋 copy color: '#660FAB'

red 102 ◦ green 15 ◦ blue 171

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

Shades of Purple Heart #660FAB

Tints of Purple Heart #660FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.21%

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

R = 35.42%
G = 5.21%
B = 59.38%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#660FAB (or 0x660FAB) is known color: Purple Heart. HEX triplet: 66, 0F and AB. RGB value is (102,15,171). Sum of RGB (Red+Green+Blue) = 102+15+171=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #660FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660FAB is #99F054. Grayscale: #3A3A3A. Windows color (decimal): -10088533 or 11210598. OLE color: 11210598.

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

Color convert

RGB 102 15 171 -
CMYK 0.40 0.91 0 0.33
HSL 273.46º 0.84% 0.36% -
HSV(B) 273.46º 0.91% 0.67% -
XYZ 13 6.11 39.02 -
YUV 58.8 191.32 158.82 -
System Red Green Blue C M Y K H S L
Decimal 102 15 171 0.40 0.91 0 0.33 273.46 0.84 0.36
Hex 66 F AB 28 5B 0 21 111 54 24
Octal 146 17 253 50 133 0 41 421 124 44
Binary 1100110 1111 10101011 101000 1011011 0 100001 100010001 1010100 100100

Color Harmonies of #660FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FAB

Black with #660FAB

Text Example


Text Example

White with #660FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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