#661CAC

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

Shades of Purple Heart #661CAC

Tints of Purple Heart #661CAC

Color information

#661CAC (or 0x661CAC) is unknown color: approx Purple Heart. HEX triplet: 66, 1C and AC. RGB value is (102,28,172). Sum of RGB (Red+Green+Blue) = 102+28+172=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #661CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661CAC is #99E353. Grayscale: #424242. Windows color (decimal): -10085204 or 11279462. OLE color: 11279462.

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

Color convert

RGB10228172-
CMYK0.410.8400.33
HSL270.83º72%39.22%-
HSV(B)270.83º83.72%67.45%-
XYZ13.346.6339.61-
YUV66.54187.52153.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 28 (11.33% from 255) = 9.27%
BLUE value IS 172 (67.58% from 255) = 56.95%
R=33.77%
G=9.27%
B=56.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102281720.410.8400.33270.837239.22
Hex661CAC295402110f4827
Octal146342545112404141711047
Binary11001101110010101100101001101010001000011000011111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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