#6D36D0

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

Shades of Purple Heart #6D36D0

Tints of Purple Heart #6D36D0

Color information

#6D36D0 (or 0x6D36D0) is unknown color: approx Purple Heart. HEX triplet: 6D, 36 and D0. RGB value is (109,54,208). Sum of RGB (Red+Green+Blue) = 109+54+208=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #6D36D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D36D0 is #92C92F. Grayscale: #575757. Windows color (decimal): -9619760 or 13645421. OLE color: 13645421.

HSL color Cylindrical-coordinate representation of color #6D36D0: hue angle of 261.43º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D36D0 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10954208-
CMYK0.480.7400.18
HSL261.43º62.1%51.37%-
HSV(B)261.43º74.04%81.57%-
XYZ19.0110.4460.69-
YUV88195.72142.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.38%
GREEN value IS 54 (21.48% from 255) = 14.56%
BLUE value IS 208 (81.64% from 255) = 56.06%
R=29.38%
G=14.56%
B=56.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal109542080.480.7400.18261.4362.151.37
Hex6D36D0304A0121053e33
Octal15566320601120224057663
Binary1101101110110110100001100001001010010010100000101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D36D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,54,208); }

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

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

 a { background-color: rgb(109,54,208); }

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

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

 span { border-color: rgb(109,54,208); }

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