#6E359B

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

Shades of Royal Purple #6E359B

Tints of Royal Purple #6E359B

Color information

#6E359B (or 0x6E359B) is unknown color: approx Royal Purple. HEX triplet: 6E, 35 and 9B. RGB value is (110,53,155). Sum of RGB (Red+Green+Blue) = 110+53+155=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E359B is #91CA64. Grayscale: #515151. Windows color (decimal): -9554533 or 10171758. OLE color: 10171758.

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

Color convert

RGB11053155-
CMYK0.290.6600.39
HSL273.53º49.04%40.78%-
HSV(B)273.53º65.81%60.78%-
XYZ13.628.2331.88-
YUV81.67169.38148.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.59%
GREEN value IS 53 (21.09% from 255) = 16.67%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=34.59%
G=16.67%
B=48.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110531550.290.6600.39273.5349.0440.78
Hex6E359B1D420271123129
Octal15665233351020474226151
Binary1101110110101100110111110110000100100111100010010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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