#6D2FB7

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

Shades of Purple Heart #6D2FB7

Tints of Purple Heart #6D2FB7

Color information

#6D2FB7 (or 0x6D2FB7) is unknown color: approx Purple Heart. HEX triplet: 6D, 2F and B7. RGB value is (109,47,183). Sum of RGB (Red+Green+Blue) = 109+47+183=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #6D2FB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2FB7 is #92D048. Grayscale: #505050. Windows color (decimal): -9621577 or 12005229. OLE color: 12005229.

HSL color Cylindrical-coordinate representation of color #6D2FB7: hue angle of 267.35º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D2FB7 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10947183-
CMYK0.400.7400.28
HSL267.35º59.13%45.1%-
HSV(B)267.35º74.32%71.76%-
XYZ15.878.745.64-
YUV81.04185.54147.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.15%
GREEN value IS 47 (18.75% from 255) = 13.86%
BLUE value IS 183 (71.88% from 255) = 53.98%
R=32.15%
G=13.86%
B=53.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal109471830.400.7400.28267.3559.1345.1
Hex6D2FB7284A01C10b3b2d
Octal15557267501120344137355
Binary1101101101111101101111010001001010011100100001011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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