#6E0B6B

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

Shades of Purple #6E0B6B

Tints of Purple #6E0B6B

Color information

#6E0B6B (or 0x6E0B6B) is unknown color: approx Purple. HEX triplet: 6E, 0B and 6B. RGB value is (110,11,107). Sum of RGB (Red+Green+Blue) = 110+11+107=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0B6B is #91F494. Grayscale: #333333. Windows color (decimal): -9565333 or 7015278. OLE color: 7015278.

HSL color Cylindrical-coordinate representation of color #6E0B6B: hue angle of 301.82º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E0B6B is Cyan = 0, Magento = 0.9, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB11011107-
CMYK00.90.030.57
HSL301.82º81.82%23.73%-
HSV(B)301.82º90%43.14%-
XYZ9.24.6214.32-
YUV51.54159.3169.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.25%
GREEN value IS 11 (4.69% from 255) = 4.82%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=48.25%
G=4.82%
B=46.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101110700.90.030.57301.8281.8223.73
Hex6EB6B05A33912e5218
Octal15613153013237145612230
Binary1101110101111010110101101011111001100101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,11,107); }

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

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

 a { background-color: rgb(110,11,107); }

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

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

 span { border-color: rgb(110,11,107); }

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