Html Css Color HEX #660DAB Purple Heart

📋 copy color: '#660DAB'

red 102 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #660DAB

Tints of Purple Heart #660DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.55%

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

R = 35.66%
G = 4.55%
B = 59.79%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#660DAB (or 0x660DAB) is known color: Purple Heart. HEX triplet: 66, 0D and AB. RGB value is (102,13,171). Sum of RGB (Red+Green+Blue) = 102+13+171=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #660DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660DAB is #99F254. Grayscale: #393939. Windows color (decimal): -10089045 or 11210086. OLE color: 11210086.

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

Color convert

RGB 102 13 171 -
CMYK 0.40 0.92 0 0.33
HSL 273.8º 0.86% 0.36% -
HSV(B) 273.8º 0.92% 0.67% -
XYZ 12.97 6.05 39.01 -
YUV 57.62 191.99 159.65 -
System Red Green Blue C M Y K H S L
Decimal 102 13 171 0.40 0.92 0 0.33 273.8 0.86 0.36
Hex 66 D AB 28 5C 0 21 112 56 24
Octal 146 15 253 50 134 0 41 422 126 44
Binary 1100110 1101 10101011 101000 1011100 0 100001 100010010 1010110 100100

Color Harmonies of #660DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660DAB

Black with #660DAB

Text Example


Text Example

White with #660DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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