#6E07BE

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

Shades of Purple Heart #6E07BE

Tints of Purple Heart #6E07BE

Color information

#6E07BE (or 0x6E07BE) is unknown color: approx Purple Heart. HEX triplet: 6E, 07 and BE. RGB value is (110,7,190). Sum of RGB (Red+Green+Blue) = 110+7+190=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E07BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E07BE is #91F841. Grayscale: #3A3A3A. Windows color (decimal): -9566274 or 12453742. OLE color: 12453742.

HSL color Cylindrical-coordinate representation of color #6E07BE: hue angle of 273.77º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E07BE is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1107190-
CMYK0.420.9600.25
HSL273.77º92.89%38.63%-
HSV(B)273.77º96.32%74.51%-
XYZ15.87.1849.27-
YUV58.66202.12164.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.83%
GREEN value IS 7 (3.12% from 255) = 2.28%
BLUE value IS 190 (74.61% from 255) = 61.89%
R=35.83%
G=2.28%
B=61.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11071900.420.9600.25273.7792.8938.63
Hex6E7BE2A600191125d27
Octal15672765214003142213547
Binary11011101111011111010101011000000110011000100101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E07BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,7,190); }

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

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

 a { background-color: rgb(110,7,190); }

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

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

 span { border-color: rgb(110,7,190); }

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