#6E4098

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

Shades of Royal Purple #6E4098

Tints of Royal Purple #6E4098

Color information

#6E4098 (or 0x6E4098) is unknown color: approx Royal Purple. HEX triplet: 6E, 40 and 98. RGB value is (110,64,152). Sum of RGB (Red+Green+Blue) = 110+64+152=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #6E4098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4098 is #91BF67. Grayscale: #575757. Windows color (decimal): -9551720 or 9977966. OLE color: 9977966.

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

Color convert

RGB11064152-
CMYK0.280.5800.40
HSL271.36º40.74%42.35%-
HSV(B)271.36º57.89%59.61%-
XYZ13.939.2530.76-
YUV87.79164.24143.84-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.74%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=33.74%
G=19.63%
B=46.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal110641520.280.5800.40271.3640.7442.35
Hex6E40981C3A02810f292a
Octal15610023034720504175152
Binary1101110100000010011000111001110100101000100001111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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