#6E099B

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

Shades of Purple #6E099B

Tints of Purple #6E099B

Color information

#6E099B (or 0x6E099B) is unknown color: approx Purple. HEX triplet: 6E, 09 and 9B. RGB value is (110,9,155). Sum of RGB (Red+Green+Blue) = 110+9+155=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E099B is #91F664. Grayscale: #373737. Windows color (decimal): -9565797 or 10160494. OLE color: 10160494.

HSL color Cylindrical-coordinate representation of color #6E099B: hue angle of 281.51º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E099B is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1109155-
CMYK0.290.9400.39
HSL281.51º89.02%32.16%-
HSV(B)281.51º94.19%60.78%-
XYZ12.445.8831.49-
YUV55.84183.96166.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.15%
GREEN value IS 9 (3.91% from 255) = 3.28%
BLUE value IS 155 (60.94% from 255) = 56.57%
R=40.15%
G=3.28%
B=56.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11091550.290.9400.39281.5189.0232.16
Hex6E99B1D5E02711a5920
Octal156112333513604743213140
Binary110111010011001101111101101111001001111000110101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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