#6E2A96

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

Shades of Royal Purple #6E2A96

Tints of Royal Purple #6E2A96

Color information

#6E2A96 (or 0x6E2A96) is unknown color: approx Royal Purple. HEX triplet: 6E, 2A and 96. RGB value is (110,42,150). Sum of RGB (Red+Green+Blue) = 110+42+150=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E2A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2A96 is #91D569. Grayscale: #4A4A4A. Windows color (decimal): -9557354 or 9841262. OLE color: 9841262.

HSL color Cylindrical-coordinate representation of color #6E2A96: hue angle of 277.78º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E2A96 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11042150-
CMYK0.270.7200.41
HSL277.78º56.25%37.65%-
HSV(B)277.78º72%58.82%-
XYZ12.767.1729.57-
YUV74.64170.53153.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.42%
GREEN value IS 42 (16.80% from 255) = 13.91%
BLUE value IS 150 (58.98% from 255) = 49.67%
R=36.42%
G=13.91%
B=49.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal110421500.270.7200.41277.7856.2537.65
Hex6E2A961B480291163826
Octal15652226331100514267046
Binary1101110101010100101101101110010000101001100010110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,42,150); }

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

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

 a { background-color: rgb(110,42,150); }

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

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

 span { border-color: rgb(110,42,150); }

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