#661ACA

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

Shades of Purple Heart #661ACA

Tints of Purple Heart #661ACA

Color information

#661ACA (or 0x661ACA) is unknown color: approx Purple Heart. HEX triplet: 66, 1A and CA. RGB value is (102,26,202). Sum of RGB (Red+Green+Blue) = 102+26+202=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #661ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661ACA is #99E535. Grayscale: #444444. Windows color (decimal): -10085686 or 13245030. OLE color: 13245030.

HSL color Cylindrical-coordinate representation of color #661ACA: hue angle of 265.91º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661ACA is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10226202-
CMYK0.500.8700.21
HSL265.91º77.19%44.71%-
HSV(B)265.91º87.13%79.22%-
XYZ16.517.8356.52-
YUV68.79203.18151.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 26 (10.55% from 255) = 7.88%
BLUE value IS 202 (79.30% from 255) = 61.21%
R=30.91%
G=7.88%
B=61.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102262020.500.8700.21265.9177.1944.71
Hex661ACA325701510a4d2d
Octal146323126212702541211555
Binary1100110110101100101011001010101110101011000010101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,26,202); }

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

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

 a { background-color: rgb(102,26,202); }

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

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

 span { border-color: rgb(102,26,202); }

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