#6E0770

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

Shades of Purple #6E0770

Tints of Purple #6E0770

Color information

#6E0770 (or 0x6E0770) is unknown color: approx Purple. HEX triplet: 6E, 07 and 70. RGB value is (110,7,112). Sum of RGB (Red+Green+Blue) = 110+7+112=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E0770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0770 is #91F88F. Grayscale: #313131. Windows color (decimal): -9566352 or 7341934. OLE color: 7341934.

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

Color convert

RGB1107112-
CMYK0.020.9400.56
HSL298.86º88.24%23.33%-
HSV(B)298.86º93.75%43.92%-
XYZ9.434.6415.73-
YUV49.77163.12170.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.03%
GREEN value IS 7 (3.12% from 255) = 3.06%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=48.03%
G=3.06%
B=48.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11071120.020.9400.56298.8688.2423.33
Hex6E77025E03812b5817
Octal1567160213607045313027
Binary110111011111100001010111100111000100101011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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