#6D36BF

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

Shades of Purple Heart #6D36BF

Tints of Purple Heart #6D36BF

Color information

#6D36BF (or 0x6D36BF) is unknown color: approx Purple Heart. HEX triplet: 6D, 36 and BF. RGB value is (109,54,191). Sum of RGB (Red+Green+Blue) = 109+54+191=354 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.79% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D36BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D36BF is #92C940. Grayscale: #555555. Windows color (decimal): -9619777 or 12531309. OLE color: 12531309.

HSL color Cylindrical-coordinate representation of color #6D36BF: hue angle of 264.09º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D36BF is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10954191-
CMYK0.430.7200.25
HSL264.09º55.92%48.04%-
HSV(B)264.09º71.73%74.9%-
XYZ17.039.6550.26-
YUV86.06187.22144.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.79%
GREEN value IS 54 (21.48% from 255) = 15.25%
BLUE value IS 191 (75% from 255) = 53.95%
R=30.79%
G=15.25%
B=53.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109541910.430.7200.25264.0955.9248.04
Hex6D36BF2B480191083830
Octal15566277531100314107060
Binary1101101110110101111111010111001000011001100001000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D36BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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