Html Css Color HEX #660FA4 Purple Heart

📋 copy color: '#660FA4'

red 102 ◦ green 15 ◦ blue 164

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

Shades of Purple Heart #660FA4

Tints of Purple Heart #660FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 58.36%

R = 36.3%
G = 5.34%
B = 58.36%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#660FA4 (or 0x660FA4) is known color: Purple Heart. HEX triplet: 66, 0F and A4. RGB value is (102,15,164). Sum of RGB (Red+Green+Blue) = 102+15+164=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 164 (64.45% from 255 or 58.36% from 281); Max value from RGB is 164 - color contains mainly: blue. Hex color #660FA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660FA4 is #99F05B. Grayscale: #393939. Windows color (decimal): -10088540 or 10751846. OLE color: 10751846.

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

Color convert

RGB 102 15 164 -
CMYK 0.38 0.91 0 0.36
HSL 275.03º 0.83% 0.35% -
HSV(B) 275.03º 0.91% 0.64% -
XYZ 12.35 5.85 35.6 -
YUV 58 187.82 159.38 -
System Red Green Blue C M Y K H S L
Decimal 102 15 164 0.38 0.91 0 0.36 275.03 0.83 0.35
Hex 66 F A4 26 5B 0 24 113 53 23
Octal 146 17 244 46 133 0 44 423 123 43
Binary 1100110 1111 10100100 100110 1011011 0 100100 100010011 1010011 100011

Color Harmonies of #660FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FA4

Black with #660FA4

Text Example


Text Example

White with #660FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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