#6F39CD

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

Shades of Purple Heart #6F39CD

Tints of Purple Heart #6F39CD

Color information

#6F39CD (or 0x6F39CD) is unknown color: approx Purple Heart. HEX triplet: 6F, 39 and CD. RGB value is (111,57,205). Sum of RGB (Red+Green+Blue) = 111+57+205=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F39CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F39CD is #90C632. Grayscale: #595959. Windows color (decimal): -9487923 or 13449583. OLE color: 13449583.

HSL color Cylindrical-coordinate representation of color #6F39CD: hue angle of 261.89º degrees, saturation: 0.6, 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 #6F39CD is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11157205-
CMYK0.460.7200.20
HSL261.89º59.68%51.37%-
HSV(B)261.89º72.2%80.39%-
XYZ19.0410.7158.82-
YUV90.02192.89142.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.76%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 205 (80.47% from 255) = 54.96%
R=29.76%
G=15.28%
B=54.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal111572050.460.7200.20261.8959.6851.37
Hex6F39CD2E480141063c33
Octal15771315561100244067463
Binary1101111111001110011011011101001000010100100000110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F39CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,57,205); }

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

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

 a { background-color: rgb(111,57,205); }

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

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

 span { border-color: rgb(111,57,205); }

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