#6E0870

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

Shades of Purple #6E0870

Tints of Purple #6E0870

Color information

#6E0870 (or 0x6E0870) is unknown color: approx Purple. HEX triplet: 6E, 08 and 70. RGB value is (110,8,112). Sum of RGB (Red+Green+Blue) = 110+8+112=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E0870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0870 is #91F78F. Grayscale: #323232. Windows color (decimal): -9566096 or 7342190. OLE color: 7342190.

HSL color Cylindrical-coordinate representation of color #6E0870: hue angle of 298.85º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0870 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1108112-
CMYK0.020.9300.56
HSL298.85º86.67%23.53%-
HSV(B)298.85º92.86%43.92%-
XYZ9.444.6615.73-
YUV50.35162.79170.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.83%
GREEN value IS 8 (3.52% from 255) = 3.48%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=47.83%
G=3.48%
B=48.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11081120.020.9300.56298.8586.6723.53
Hex6E87025D03812b5718
Octal15610160213507045312730
Binary1101110100011100001010111010111000100101011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,8,112); }

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

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

 a { background-color: rgb(110,8,112); }

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

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

 span { border-color: rgb(110,8,112); }

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