#6E379D

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

Shades of Royal Purple #6E379D

Tints of Royal Purple #6E379D

Color information

#6E379D (or 0x6E379D) is unknown color: approx Royal Purple. HEX triplet: 6E, 37 and 9D. RGB value is (110,55,157). Sum of RGB (Red+Green+Blue) = 110+55+157=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E379D is #91C862. Grayscale: #525252. Windows color (decimal): -9554019 or 10303342. OLE color: 10303342.

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

Color convert

RGB11055157-
CMYK0.300.6500.38
HSL272.35º48.11%41.57%-
HSV(B)272.35º64.97%61.57%-
XYZ13.888.4832.8-
YUV83.07169.72147.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.16%
GREEN value IS 55 (21.88% from 255) = 17.08%
BLUE value IS 157 (61.72% from 255) = 48.76%
R=34.16%
G=17.08%
B=48.76%

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
Decimal110551570.300.6500.38272.3548.1141.57
Hex6E379D1E41026110302a
Octal15667235361010464206052
Binary1101110110111100111011111010000010100110100010000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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