#6C1CAA

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

Shades of Purple Heart #6C1CAA

Tints of Purple Heart #6C1CAA

Color information

#6C1CAA (or 0x6C1CAA) is unknown color: approx Purple Heart. HEX triplet: 6C, 1C and AA. RGB value is (108,28,170). Sum of RGB (Red+Green+Blue) = 108+28+170=306 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.29% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C1CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1CAA is #93E355. Grayscale: #434343. Windows color (decimal): -9691990 or 11148396. OLE color: 11148396.

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

Color convert

RGB10828170-
CMYK0.360.8400.33
HSL273.8º71.72%38.82%-
HSV(B)273.8º83.53%66.67%-
XYZ13.866.9238.64-
YUV68.11185.5156.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.29%
GREEN value IS 28 (11.33% from 255) = 9.15%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=35.29%
G=9.15%
B=55.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108281700.360.8400.33273.871.7238.82
Hex6C1CAA24540211124827
Octal154342524412404142211047
Binary11011001110010101010100100101010001000011000100101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C1CAA; }

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

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

<style>
 a { background-color: #6C1CAA; }

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

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

<style>
 span { border-color: #6C1CAA; }

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

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