#6D1CA9

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

Shades of Purple Heart #6D1CA9

Tints of Purple Heart #6D1CA9

Color information

#6D1CA9 (or 0x6D1CA9) is unknown color: approx Purple Heart. HEX triplet: 6D, 1C and A9. RGB value is (109,28,169). Sum of RGB (Red+Green+Blue) = 109+28+169=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 169 (66.41% from 255 or 55.23% from 306); Max value from RGB is 169 - color contains mainly: blue. Hex color #6D1CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1CA9 is #92E356. Grayscale: #434343. Windows color (decimal): -9626455 or 11082861. OLE color: 11082861.

HSL color Cylindrical-coordinate representation of color #6D1CA9: hue angle of 274.47º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1CA9 is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10928169-
CMYK0.360.8300.34
HSL274.47º71.57%38.63%-
HSV(B)274.47º83.43%66.27%-
XYZ13.886.9538.15-
YUV68.29184.84157.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.62%
GREEN value IS 28 (11.33% from 255) = 9.15%
BLUE value IS 169 (66.41% from 255) = 55.23%
R=35.62%
G=9.15%
B=55.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal109281690.360.8300.34274.4771.5738.63
Hex6D1CA924530221124827
Octal155342514412304242211047
Binary11011011110010101001100100101001101000101000100101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,28,169); }

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

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

 a { background-color: rgb(109,28,169); }

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

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

 span { border-color: rgb(109,28,169); }

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