#6E2898

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

Shades of Royal Purple #6E2898

Tints of Royal Purple #6E2898

Color information

#6E2898 (or 0x6E2898) is unknown color: approx Royal Purple. HEX triplet: 6E, 28 and 98. RGB value is (110,40,152). Sum of RGB (Red+Green+Blue) = 110+40+152=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E2898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2898 is #91D767. Grayscale: #494949. Windows color (decimal): -9557864 or 9971822. OLE color: 9971822.

HSL color Cylindrical-coordinate representation of color #6E2898: hue angle of 277.5º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E2898 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11040152-
CMYK0.280.7400.40
HSL277.5º58.33%37.65%-
HSV(B)277.5º73.68%59.61%-
XYZ12.867.130.4-
YUV73.7172.19153.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.42%
GREEN value IS 40 (16.02% from 255) = 13.25%
BLUE value IS 152 (59.77% from 255) = 50.33%
R=36.42%
G=13.25%
B=50.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal110401520.280.7400.40277.558.3337.65
Hex6E28981C4A0281163a26
Octal15650230341120504267246
Binary1101110101000100110001110010010100101000100010110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,40,152); }

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

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

 a { background-color: rgb(110,40,152); }

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

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

 span { border-color: rgb(110,40,152); }

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