#6D35D9

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

Shades of Purple Heart #6D35D9

Tints of Purple Heart #6D35D9

Color information

#6D35D9 (or 0x6D35D9) is unknown color: approx Purple Heart. HEX triplet: 6D, 35 and D9. RGB value is (109,53,217). Sum of RGB (Red+Green+Blue) = 109+53+217=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 217 (85.16% from 255 or 57.26% from 379); Max value from RGB is 217 - color contains mainly: blue. Hex color #6D35D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D35D9 is #92CA26. Grayscale: #575757. Windows color (decimal): -9620007 or 14234989. OLE color: 14234989.

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

Color convert

RGB10953217-
CMYK0.500.7600.15
HSL260.49º68.33%52.94%-
HSV(B)260.49º75.58%85.1%-
XYZ20.110.8166.67-
YUV88.44200.55142.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.76%
GREEN value IS 53 (21.09% from 255) = 13.98%
BLUE value IS 217 (85.16% from 255) = 57.26%
R=28.76%
G=13.98%
B=57.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal109532170.500.7600.15260.4968.3352.94
Hex6D35D9324C0F1044435
Octal155653316211401740410465
Binary1101101110101110110011100101001100011111000001001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D35D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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