#6E359D

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

Shades of Royal Purple #6E359D

Tints of Royal Purple #6E359D

Color information

#6E359D (or 0x6E359D) is unknown color: approx Royal Purple. HEX triplet: 6E, 35 and 9D. RGB value is (110,53,157). Sum of RGB (Red+Green+Blue) = 110+53+157=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E359D is #91CA62. Grayscale: #515151. Windows color (decimal): -9554531 or 10302830. OLE color: 10302830.

HSL color Cylindrical-coordinate representation of color #6E359D: hue angle of 272.88º degrees, saturation: 0.5, 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 #6E359D is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11053157-
CMYK0.300.6600.38
HSL272.88º49.52%41.18%-
HSV(B)272.88º66.24%61.57%-
XYZ13.798.332.77-
YUV81.9170.38148.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.38%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 157 (61.72% from 255) = 49.06%
R=34.38%
G=16.56%
B=49.06%

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
Decimal110531570.300.6600.38272.8849.5241.18
Hex6E359D1E420261113229
Octal15665235361020464216251
Binary1101110110101100111011111010000100100110100010001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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