Html Css Color HEX #660FA6 Purple Heart

📋 copy color: '#660FA6'

red 102 ◦ green 15 ◦ blue 166

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

Shades of Purple Heart #660FA6

Tints of Purple Heart #660FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 58.66%

R = 36.04%
G = 5.3%
B = 58.66%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#660FA6 (or 0x660FA6) is known color: Purple Heart. HEX triplet: 66, 0F and A6. RGB value is (102,15,166). Sum of RGB (Red+Green+Blue) = 102+15+166=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 166 (65.23% from 255 or 58.66% from 283); Max value from RGB is 166 - color contains mainly: blue. Hex color #660FA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660FA6 is #99F059. Grayscale: #393939. Windows color (decimal): -10088538 or 10882918. OLE color: 10882918.

HSL color Cylindrical-coordinate representation of color #660FA6: hue angle of 274.57º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660FA6 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 15 166 -
CMYK 0.39 0.91 0 0.35
HSL 274.57º 0.83% 0.35% -
HSV(B) 274.57º 0.91% 0.65% -
XYZ 12.53 5.92 36.56 -
YUV 58.23 188.82 159.22 -
System Red Green Blue C M Y K H S L
Decimal 102 15 166 0.39 0.91 0 0.35 274.57 0.83 0.35
Hex 66 F A6 27 5B 0 23 113 53 23
Octal 146 17 246 47 133 0 43 423 123 43
Binary 1100110 1111 10100110 100111 1011011 0 100011 100010011 1010011 100011

Color Harmonies of #660FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FA6

Black with #660FA6

Text Example


Text Example

White with #660FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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