#6E379E

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

Shades of Royal Purple #6E379E

Tints of Royal Purple #6E379E

Color information

#6E379E (or 0x6E379E) is unknown color: approx Royal Purple. HEX triplet: 6E, 37 and 9E. RGB value is (110,55,158). Sum of RGB (Red+Green+Blue) = 110+55+158=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E379E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E379E is #91C861. Grayscale: #525252. Windows color (decimal): -9554018 or 10368878. OLE color: 10368878.

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

Color convert

RGB11055158-
CMYK0.300.6500.38
HSL272.04º48.36%41.76%-
HSV(B)272.04º65.19%61.96%-
XYZ13.978.5233.26-
YUV83.19170.22147.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.06%
GREEN value IS 55 (21.88% from 255) = 17.03%
BLUE value IS 158 (62.11% from 255) = 48.92%
R=34.06%
G=17.03%
B=48.92%

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
Decimal110551580.300.6500.38272.0448.3641.76
Hex6E379E1E41026110302a
Octal15667236361010464206052
Binary1101110110111100111101111010000010100110100010000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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