#6E2998

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

Shades of Royal Purple #6E2998

Tints of Royal Purple #6E2998

Color information

#6E2998 (or 0x6E2998) is unknown color: approx Royal Purple. HEX triplet: 6E, 29 and 98. RGB value is (110,41,152). Sum of RGB (Red+Green+Blue) = 110+41+152=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E2998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2998 is #91D667. Grayscale: #494949. Windows color (decimal): -9557608 or 9972078. OLE color: 9972078.

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

Color convert

RGB11041152-
CMYK0.280.7300.40
HSL277.3º57.51%37.84%-
HSV(B)277.3º73.03%59.61%-
XYZ12.897.1730.41-
YUV74.28171.86153.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.30%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 152 (59.77% from 255) = 50.17%
R=36.30%
G=13.53%
B=50.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal110411520.280.7300.40277.357.5137.84
Hex6E29981C490281153a26
Octal15651230341110504257246
Binary1101110101001100110001110010010010101000100010101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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