#661FAF

Color #661FAF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #661FAF

Tints of Purple Heart #661FAF

Color information

#661FAF (or 0x661FAF) is unknown color: approx Purple Heart. HEX triplet: 66, 1F and AF. RGB value is (102,31,175). Sum of RGB (Red+Green+Blue) = 102+31+175=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #661FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661FAF is #99E050. Grayscale: #444444. Windows color (decimal): -10084433 or 11476838. OLE color: 11476838.

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

Color convert

RGB10231175-
CMYK0.420.8200.31
HSL269.58º69.9%40.39%-
HSV(B)269.58º82.29%68.63%-
XYZ13.716.941.17-
YUV68.64188.02151.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.12%
GREEN value IS 31 (12.5% from 255) = 10.06%
BLUE value IS 175 (68.75% from 255) = 56.82%
R=33.12%
G=10.06%
B=56.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102311750.420.8200.31269.5869.940.39
Hex661FAF2A5201F10e4628
Octal146372575212203741610650
Binary1100110111111010111110101010100100111111000011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #661FAF;
 }
 .AnyTagClassName
 {
   color: #661FAF;
 }
</style>
background-color css

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

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

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

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

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

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