#6D35DC

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

Shades of Purple Heart #6D35DC

Tints of Purple Heart #6D35DC

Color information

#6D35DC (or 0x6D35DC) is unknown color: approx Purple Heart. HEX triplet: 6D, 35 and DC. RGB value is (109,53,220). Sum of RGB (Red+Green+Blue) = 109+53+220=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D35DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D35DC is #92CA23. Grayscale: #585858. Windows color (decimal): -9620004 or 14431597. OLE color: 14431597.

HSL color Cylindrical-coordinate representation of color #6D35DC: hue angle of 260.12º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D35DC is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10953220-
CMYK0.500.7600.14
HSL260.12º70.46%53.53%-
HSV(B)260.12º75.91%86.27%-
XYZ20.510.9668.75-
YUV88.78202.05142.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.53%
GREEN value IS 53 (21.09% from 255) = 13.87%
BLUE value IS 220 (86.33% from 255) = 57.59%
R=28.53%
G=13.87%
B=57.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal109532200.500.7600.14260.1270.4653.53
Hex6D35DC324C0E1044636
Octal155653346211401640410666
Binary1101101110101110111001100101001100011101000001001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D35DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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