Html Css Color HEX #660AD6 Purple Heart

📋 copy color: '#660AD6'

red 102 ◦ green 10 ◦ blue 214

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

Shades of Purple Heart #660AD6

Tints of Purple Heart #660AD6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.07%

 BLUE value IS 214 (83.98% from 255) = 65.64%

R = 31.29%
G = 3.07%
B = 65.64%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#660AD6 (or 0x660AD6) is known color: Purple Heart. HEX triplet: 66, 0A and D6. RGB value is (102,10,214). Sum of RGB (Red+Green+Blue) = 102+10+214=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #660AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660AD6 is #99F529. Grayscale: #3C3C3C. Windows color (decimal): -10089770 or 14027366. OLE color: 14027366.

HSL color Cylindrical-coordinate representation of color #660AD6: hue angle of 267.06º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660AD6 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 10 214 -
CMYK 0.52 0.95 0 0.16
HSL 267.06º 0.91% 0.44% -
HSV(B) 267.06º 0.95% 0.84% -
XYZ 17.73 7.9 64.21 -
YUV 60.76 214.48 157.41 -
System Red Green Blue C M Y K H S L
Decimal 102 10 214 0.52 0.95 0 0.16 267.06 0.91 0.44
Hex 66 A D6 34 5F 0 10 10B 5B 2C
Octal 146 12 326 64 137 0 20 413 133 54
Binary 1100110 1010 11010110 110100 1011111 0 10000 100001011 1011011 101100

Color Harmonies of #660AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660AD6

Black with #660AD6

Text Example


Text Example

White with #660AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,10,214); }

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

background-color css

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

 a { background-color: rgb(102,10,214); }

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

border-color css

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

 span { border-color: rgb(102,10,214); }

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