#6D3DD9

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

Shades of Purple Heart #6D3DD9

Tints of Purple Heart #6D3DD9

Color information

#6D3DD9 (or 0x6D3DD9) is unknown color: approx Purple Heart. HEX triplet: 6D, 3D and D9. RGB value is (109,61,217). Sum of RGB (Red+Green+Blue) = 109+61+217=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 217 (85.16% from 255 or 56.07% from 387); Max value from RGB is 217 - color contains mainly: blue. Hex color #6D3DD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3DD9 is #92C226. Grayscale: #5C5C5C. Windows color (decimal): -9617959 or 14237037. OLE color: 14237037.

HSL color Cylindrical-coordinate representation of color #6D3DD9: hue angle of 258.46º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D3DD9 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10961217-
CMYK0.500.7200.15
HSL258.46º67.24%54.51%-
HSV(B)258.46º71.89%85.1%-
XYZ20.511.666.8-
YUV93.14197.9139.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.17%
GREEN value IS 61 (24.22% from 255) = 15.76%
BLUE value IS 217 (85.16% from 255) = 56.07%
R=28.17%
G=15.76%
B=56.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal109612170.500.7200.15258.4667.2454.51
Hex6D3DD932480F1024337
Octal155753316211001740210367
Binary1101101111101110110011100101001000011111000000101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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