#6E369D

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

Shades of Royal Purple #6E369D

Tints of Royal Purple #6E369D

Color information

#6E369D (or 0x6E369D) is unknown color: approx Royal Purple. HEX triplet: 6E, 36 and 9D. RGB value is (110,54,157). Sum of RGB (Red+Green+Blue) = 110+54+157=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E369D is #91C962. Grayscale: #525252. Windows color (decimal): -9554275 or 10303086. OLE color: 10303086.

HSL color Cylindrical-coordinate representation of color #6E369D: hue angle of 272.62º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E369D is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11054157-
CMYK0.300.6600.38
HSL272.62º48.82%41.37%-
HSV(B)272.62º65.61%61.57%-
XYZ13.848.3932.79-
YUV82.49170.05147.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.27%
GREEN value IS 54 (21.48% from 255) = 16.82%
BLUE value IS 157 (61.72% from 255) = 48.91%
R=34.27%
G=16.82%
B=48.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110541570.300.6600.38272.6248.8241.37
Hex6E369D1E420261113129
Octal15666235361020464216151
Binary1101110110110100111011111010000100100110100010001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,54,157); }

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

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

 a { background-color: rgb(110,54,157); }

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

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

 span { border-color: rgb(110,54,157); }

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