#661CAA

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

Shades of Purple Heart #661CAA

Tints of Purple Heart #661CAA

Color information

#661CAA (or 0x661CAA) is unknown color: approx Purple Heart. HEX triplet: 66, 1C and AA. RGB value is (102,28,170). Sum of RGB (Red+Green+Blue) = 102+28+170=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #661CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661CAA is #99E355. Grayscale: #414141. Windows color (decimal): -10085206 or 11148390. OLE color: 11148390.

HSL color Cylindrical-coordinate representation of color #661CAA: hue angle of 271.27º 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 #661CAA is Cyan = 0.4, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10228170-
CMYK0.40.8400.33
HSL271.27º71.72%38.82%-
HSV(B)271.27º83.53%66.67%-
XYZ13.156.5638.6-
YUV66.31186.52153.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34%
GREEN value IS 28 (11.33% from 255) = 9.33%
BLUE value IS 170 (66.80% from 255) = 56.67%
R=34%
G=9.33%
B=56.67%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102281700.40.8400.33271.2771.7238.82
Hex661CAA285402110f4827
Octal146342525012404141711047
Binary11001101110010101010101000101010001000011000011111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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