#6e097b

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

Shades of Purple #6E097B

Tints of Purple #6E097B

Color information

#6E097B (or 0x6E097B) is unknown color: approx Purple. HEX triplet: 6E, 09 and 7B. RGB value is (110,9,123). Sum of RGB (Red+Green+Blue) = 110+9+123=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E097B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E097B is #91F684. Grayscale: #333333. Windows color (decimal): -9565829 or 8063342. OLE color: 8063342.

HSL color Cylindrical-coordinate representation of color #6E097B: hue angle of 293.16º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E097B is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1109123-
CMYK0.110.9300.52
HSL293.16º86.36%25.88%-
HSV(B)293.16º92.68%48.24%-
XYZ10.14.9419.16-
YUV52.2167.96169.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.45%
GREEN value IS 9 (3.91% from 255) = 3.72%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=45.45%
G=3.72%
B=50.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11091230.110.9300.52293.1686.3625.88
Hex6E97BB5D034125561a
Octal156111731313506444512632
Binary110111010011111011101110111010110100100100101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e097b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,9,123); }

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

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

 a { background-color: rgb(110,9,123); }

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

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

 span { border-color: rgb(110,9,123); }

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