#6E319E

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

Shades of Royal Purple #6E319E

Tints of Royal Purple #6E319E

Color information

#6E319E (or 0x6E319E) is unknown color: approx Royal Purple. HEX triplet: 6E, 31 and 9E. RGB value is (110,49,158). Sum of RGB (Red+Green+Blue) = 110+49+158=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E319E is #91CE61. Grayscale: #4F4F4F. Windows color (decimal): -9555554 or 10367342. OLE color: 10367342.

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

Color convert

RGB11049158-
CMYK0.300.6900.38
HSL273.58º52.66%40.59%-
HSV(B)273.58º68.99%61.96%-
XYZ13.77.9833.17-
YUV79.66172.21149.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.70%
GREEN value IS 49 (19.53% from 255) = 15.46%
BLUE value IS 158 (62.11% from 255) = 49.84%
R=34.70%
G=15.46%
B=49.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110491580.300.6900.38273.5852.6640.59
Hex6E319E1E450261123529
Octal15661236361050464226551
Binary1101110110001100111101111010001010100110100010010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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