Html Css Color HEX #660BAB Purple Heart

📋 copy color: '#660BAB'

red 102 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #660BAB

Tints of Purple Heart #660BAB

RGB

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

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

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

R = 35.92%
G = 3.87%
B = 60.21%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#660BAB (or 0x660BAB) is known color: Purple Heart. HEX triplet: 66, 0B and AB. RGB value is (102,11,171). Sum of RGB (Red+Green+Blue) = 102+11+171=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #660BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660BAB is #99F454. Grayscale: #373737. Windows color (decimal): -10089557 or 11209574. OLE color: 11209574.

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

Color convert

RGB 102 11 171 -
CMYK 0.40 0.94 0 0.33
HSL 274.13º 0.88% 0.36% -
HSV(B) 274.13º 0.94% 0.67% -
XYZ 12.95 6 39 -
YUV 56.45 192.65 160.49 -
System Red Green Blue C M Y K H S L
Decimal 102 11 171 0.40 0.94 0 0.33 274.13 0.88 0.36
Hex 66 B AB 28 5E 0 21 112 58 24
Octal 146 13 253 50 136 0 41 422 130 44
Binary 1100110 1011 10101011 101000 1011110 0 100001 100010010 1011000 100100

Color Harmonies of #660BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660BAB

Black with #660BAB

Text Example


Text Example

White with #660BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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