#6D2CD9

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

Shades of Purple Heart #6D2CD9

Tints of Purple Heart #6D2CD9

Color information

#6D2CD9 (or 0x6D2CD9) is unknown color: approx Purple Heart. HEX triplet: 6D, 2C and D9. RGB value is (109,44,217). Sum of RGB (Red+Green+Blue) = 109+44+217=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 217 (85.16% from 255 or 58.65% from 370); Max value from RGB is 217 - color contains mainly: blue. Hex color #6D2CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2CD9 is #92D326. Grayscale: #525252. Windows color (decimal): -9622311 or 14232685. OLE color: 14232685.

HSL color Cylindrical-coordinate representation of color #6D2CD9: hue angle of 262.54º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D2CD9 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10944217-
CMYK0.500.8000.15
HSL262.54º69.48%51.18%-
HSV(B)262.54º79.72%85.1%-
XYZ19.7310.0666.55-
YUV83.16203.53146.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.46%
GREEN value IS 44 (17.58% from 255) = 11.89%
BLUE value IS 217 (85.16% from 255) = 58.65%
R=29.46%
G=11.89%
B=58.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal109442170.500.8000.15262.5469.4851.18
Hex6D2CD932500F1074533
Octal155543316212001740710563
Binary1101101101100110110011100101010000011111000001111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,44,217); }

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

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

 a { background-color: rgb(109,44,217); }

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

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

 span { border-color: rgb(109,44,217); }

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