Html Css Color HEX #660DAA Purple Heart

📋 copy color: '#660DAA'

red 102 ◦ green 13 ◦ blue 170

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

Shades of Purple Heart #660DAA

Tints of Purple Heart #660DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 35.79%
G = 4.56%
B = 59.65%

CMYK

 C value IS 0.4

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#660DAA (or 0x660DAA) is known color: Purple Heart. HEX triplet: 66, 0D and AA. RGB value is (102,13,170). Sum of RGB (Red+Green+Blue) = 102+13+170=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #660DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660DAA is #99F255. Grayscale: #383838. Windows color (decimal): -10089046 or 11144550. OLE color: 11144550.

HSL color Cylindrical-coordinate representation of color #660DAA: hue angle of 274.01º 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 #660DAA is Cyan = 0.4, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 13 170 -
CMYK 0.4 0.92 0 0.33
HSL 274.01º 0.86% 0.36% -
HSV(B) 274.01º 0.92% 0.67% -
XYZ 12.88 6.01 38.51 -
YUV 57.51 191.49 159.73 -
System Red Green Blue C M Y K H S L
Decimal 102 13 170 0.4 0.92 0 0.33 274.01 0.86 0.36
Hex 66 D AA 28 5C 0 21 112 56 24
Octal 146 15 252 50 134 0 41 422 126 44
Binary 1100110 1101 10101010 101000 1011100 0 100001 100010010 1010110 100100

Color Harmonies of #660DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660DAA

Black with #660DAA

Text Example


Text Example

White with #660DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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