#6D39BF

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

Shades of Purple Heart #6D39BF

Tints of Purple Heart #6D39BF

Color information

#6D39BF (or 0x6D39BF) is unknown color: approx Purple Heart. HEX triplet: 6D, 39 and BF. RGB value is (109,57,191). Sum of RGB (Red+Green+Blue) = 109+57+191=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D39BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D39BF is #92C640. Grayscale: #575757. Windows color (decimal): -9619009 or 12532077. OLE color: 12532077.

HSL color Cylindrical-coordinate representation of color #6D39BF: hue angle of 263.28º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D39BF is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10957191-
CMYK0.430.7000.25
HSL263.28º54.03%48.63%-
HSV(B)263.28º70.16%74.9%-
XYZ17.179.9450.3-
YUV87.82186.23143.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.53%
GREEN value IS 57 (22.66% from 255) = 15.97%
BLUE value IS 191 (75% from 255) = 53.50%
R=30.53%
G=15.97%
B=53.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109571910.430.7000.25263.2854.0348.63
Hex6D39BF2B460191073631
Octal15571277531060314076661
Binary1101101111001101111111010111000110011001100000111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D39BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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