Html Css Color HEX #660CAF Purple Heart

📋 copy color: '#660CAF'

red 102 ◦ green 12 ◦ blue 175

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

Shades of Purple Heart #660CAF

Tints of Purple Heart #660CAF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.15%

 BLUE value IS 175 (68.75% from 255) = 60.55%

R = 35.29%
G = 4.15%
B = 60.55%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#660CAF (or 0x660CAF) is known color: Purple Heart. HEX triplet: 66, 0C and AF. RGB value is (102,12,175). Sum of RGB (Red+Green+Blue) = 102+12+175=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #660CAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660CAF is #99F350. Grayscale: #383838. Windows color (decimal): -10089297 or 11471974. OLE color: 11471974.

HSL color Cylindrical-coordinate representation of color #660CAF: hue angle of 273.13º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660CAF is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 12 175 -
CMYK 0.42 0.93 0 0.31
HSL 273.13º 0.87% 0.37% -
HSV(B) 273.13º 0.93% 0.69% -
XYZ 13.35 6.18 41.05 -
YUV 57.49 194.32 159.75 -
System Red Green Blue C M Y K H S L
Decimal 102 12 175 0.42 0.93 0 0.31 273.13 0.87 0.37
Hex 66 C AF 2A 5D 0 1F 111 57 25
Octal 146 14 257 52 135 0 37 421 127 45
Binary 1100110 1100 10101111 101010 1011101 0 11111 100010001 1010111 100101

Color Harmonies of #660CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660CAF

Black with #660CAF

Text Example


Text Example

White with #660CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,12,175); }

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

background-color css

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

 a { background-color: rgb(102,12,175); }

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

border-color css

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

 span { border-color: rgb(102,12,175); }

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