#6D2FC9

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

Shades of Purple Heart #6D2FC9

Tints of Purple Heart #6D2FC9

Color information

#6D2FC9 (or 0x6D2FC9) is unknown color: approx Purple Heart. HEX triplet: 6D, 2F and C9. RGB value is (109,47,201). Sum of RGB (Red+Green+Blue) = 109+47+201=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 201 (78.91% from 255 or 56.30% from 357); Max value from RGB is 201 - color contains mainly: blue. Hex color #6D2FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2FC9 is #92D036. Grayscale: #525252. Windows color (decimal): -9621559 or 13184877. OLE color: 13184877.

HSL color Cylindrical-coordinate representation of color #6D2FC9: hue angle of 264.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D2FC9 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10947201-
CMYK0.460.7700.21
HSL264.16º62.1%48.63%-
HSV(B)264.16º76.62%78.82%-
XYZ17.879.556.15-
YUV83.09194.54146.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.53%
GREEN value IS 47 (18.75% from 255) = 13.17%
BLUE value IS 201 (78.91% from 255) = 56.30%
R=30.53%
G=13.17%
B=56.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal109472010.460.7700.21264.1662.148.63
Hex6D2FC92E4D0151083e31
Octal15557311561150254107661
Binary1101101101111110010011011101001101010101100001000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,47,201); }

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

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

 a { background-color: rgb(109,47,201); }

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

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

 span { border-color: rgb(109,47,201); }

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