#6D39CC

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

Shades of Purple Heart #6D39CC

Tints of Purple Heart #6D39CC

Color information

#6D39CC (or 0x6D39CC) is unknown color: approx Purple Heart. HEX triplet: 6D, 39 and CC. RGB value is (109,57,204). Sum of RGB (Red+Green+Blue) = 109+57+204=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D39CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D39CC is #92C633. Grayscale: #585858. Windows color (decimal): -9618996 or 13384045. OLE color: 13384045.

HSL color Cylindrical-coordinate representation of color #6D39CC: hue angle of 261.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D39CC is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10957204-
CMYK0.470.7200.2
HSL261.22º59.04%51.18%-
HSV(B)261.22º72.06%80%-
XYZ18.6710.5458.18-
YUV89.31192.73142.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.46%
GREEN value IS 57 (22.66% from 255) = 15.41%
BLUE value IS 204 (80.08% from 255) = 55.14%
R=29.46%
G=15.41%
B=55.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal109572040.470.7200.2261.2259.0451.18
Hex6D39CC2F480141053b33
Octal15571314571100244057363
Binary1101101111001110011001011111001000010100100000101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D39CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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