#661FAE

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

Shades of Purple Heart #661FAE

Tints of Purple Heart #661FAE

Color information

#661FAE (or 0x661FAE) is unknown color: approx Purple Heart. HEX triplet: 66, 1F and AE. RGB value is (102,31,174). Sum of RGB (Red+Green+Blue) = 102+31+174=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #661FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661FAE is #99E051. Grayscale: #444444. Windows color (decimal): -10084434 or 11411302. OLE color: 11411302.

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

Color convert

RGB10231174-
CMYK0.410.8200.32
HSL269.79º69.76%40.2%-
HSV(B)269.79º82.18%68.24%-
XYZ13.616.8640.65-
YUV68.53187.52151.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 31 (12.5% from 255) = 10.10%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=33.22%
G=10.10%
B=56.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102311740.410.8200.32269.7969.7640.2
Hex661FAE295202010e4628
Octal146372565112204041610650
Binary11001101111110101110101001101001001000001000011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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