#6E389E

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

Shades of Royal Purple #6E389E

Tints of Royal Purple #6E389E

Color information

#6E389E (or 0x6E389E) is unknown color: approx Royal Purple. HEX triplet: 6E, 38 and 9E. RGB value is (110,56,158). Sum of RGB (Red+Green+Blue) = 110+56+158=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E389E is #91C761. Grayscale: #535353. Windows color (decimal): -9553762 or 10369134. OLE color: 10369134.

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

Color convert

RGB11056158-
CMYK0.300.6500.38
HSL271.76º47.66%41.96%-
HSV(B)271.76º64.56%61.96%-
XYZ14.028.6133.27-
YUV83.77169.89146.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.95%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 158 (62.11% from 255) = 48.77%
R=33.95%
G=17.28%
B=48.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110561580.300.6500.38271.7647.6641.96
Hex6E389E1E41026110302a
Octal15670236361010464206052
Binary1101110111000100111101111010000010100110100010000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,56,158); }

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

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

 a { background-color: rgb(110,56,158); }

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

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

 span { border-color: rgb(110,56,158); }

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