#661EAC

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

Shades of Purple Heart #661EAC

Tints of Purple Heart #661EAC

Color information

#661EAC (or 0x661EAC) is unknown color: approx Purple Heart. HEX triplet: 66, 1E and AC. RGB value is (102,30,172). Sum of RGB (Red+Green+Blue) = 102+30+172=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #661EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661EAC is #99E153. Grayscale: #434343. Windows color (decimal): -10084692 or 11279974. OLE color: 11279974.

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

Color convert

RGB10230172-
CMYK0.410.8300.33
HSL270.42º70.3%39.61%-
HSV(B)270.42º82.56%67.45%-
XYZ13.396.7339.62-
YUV67.72186.85152.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.55%
GREEN value IS 30 (12.11% from 255) = 9.87%
BLUE value IS 172 (67.58% from 255) = 56.58%
R=33.55%
G=9.87%
B=56.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102301720.410.8300.33270.4270.339.61
Hex661EAC295302110e4628
Octal146362545112304141610650
Binary11001101111010101100101001101001101000011000011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,30,172); }

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

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

 a { background-color: rgb(102,30,172); }

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

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

 span { border-color: rgb(102,30,172); }

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