Html Css Color HEX #660FAF Purple Heart

📋 copy color: '#660FAF'

red 102 ◦ green 15 ◦ blue 175

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

Shades of Purple Heart #660FAF

Tints of Purple Heart #660FAF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.14%

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

R = 34.93%
G = 5.14%
B = 59.93%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#660FAF (or 0x660FAF) is known color: Purple Heart. HEX triplet: 66, 0F and AF. RGB value is (102,15,175). Sum of RGB (Red+Green+Blue) = 102+15+175=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #660FAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660FAF is #99F050. Grayscale: #3A3A3A. Windows color (decimal): -10088529 or 11472742. OLE color: 11472742.

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

Color convert

RGB 102 15 175 -
CMYK 0.42 0.91 0 0.31
HSL 272.63º 0.84% 0.37% -
HSV(B) 272.63º 0.91% 0.69% -
XYZ 13.39 6.26 41.06 -
YUV 59.25 193.32 158.49 -
System Red Green Blue C M Y K H S L
Decimal 102 15 175 0.42 0.91 0 0.31 272.63 0.84 0.37
Hex 66 F AF 2A 5B 0 1F 111 54 25
Octal 146 17 257 52 133 0 37 421 124 45
Binary 1100110 1111 10101111 101010 1011011 0 11111 100010001 1010100 100101

Color Harmonies of #660FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FAF

Black with #660FAF

Text Example


Text Example

White with #660FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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