#6D35B4

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

Shades of Purple Heart #6D35B4

Tints of Purple Heart #6D35B4

Color information

#6D35B4 (or 0x6D35B4) is unknown color: approx Purple Heart. HEX triplet: 6D, 35 and B4. RGB value is (109,53,180). Sum of RGB (Red+Green+Blue) = 109+53+180=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D35B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D35B4 is #92CA4B. Grayscale: #535353. Windows color (decimal): -9620044 or 11810157. OLE color: 11810157.

HSL color Cylindrical-coordinate representation of color #6D35B4: hue angle of 266.46º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D35B4 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10953180-
CMYK0.390.7100.29
HSL266.46º54.51%45.69%-
HSV(B)266.46º70.56%70.59%-
XYZ15.829.0944.1-
YUV84.22182.05145.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.87%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 180 (70.70% from 255) = 52.63%
R=31.87%
G=15.50%
B=52.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal109531800.390.7100.29266.4654.5145.69
Hex6D35B4274701D10a372e
Octal15565264471070354126756
Binary1101101110101101101001001111000111011101100001010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D35B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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