#6E31AC

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

Shades of Royal Purple #6E31AC

Tints of Royal Purple #6E31AC

Color information

#6E31AC (or 0x6E31AC) is unknown color: approx Royal Purple. HEX triplet: 6E, 31 and AC. RGB value is (110,49,172). Sum of RGB (Red+Green+Blue) = 110+49+172=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E31AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E31AC is #91CE53. Grayscale: #505050. Windows color (decimal): -9555540 or 11284846. OLE color: 11284846.

HSL color Cylindrical-coordinate representation of color #6E31AC: hue angle of 269.76º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E31AC is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11049172-
CMYK0.360.7200.33
HSL269.76º55.66%43.33%-
HSV(B)269.76º71.51%67.45%-
XYZ14.988.4939.88-
YUV81.26179.21148.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.23%
GREEN value IS 49 (19.53% from 255) = 14.80%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=33.23%
G=14.80%
B=51.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110491720.360.7200.33269.7655.6643.33
Hex6E31AC244802110e382b
Octal15661254441100414167053
Binary11011101100011010110010010010010000100001100001110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E31AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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