#6E24A9

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

Shades of Royal Purple #6E24A9

Tints of Royal Purple #6E24A9

Color information

#6E24A9 (or 0x6E24A9) is unknown color: approx Royal Purple. HEX triplet: 6E, 24 and A9. RGB value is (110,36,169). Sum of RGB (Red+Green+Blue) = 110+36+169=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 169 (66.41% from 255 or 53.65% from 315); Max value from RGB is 169 - color contains mainly: blue. Hex color #6E24A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E24A9 is #91DB56. Grayscale: #484848. Windows color (decimal): -9558871 or 11084910. OLE color: 11084910.

HSL color Cylindrical-coordinate representation of color #6E24A9: hue angle of 273.38º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E24A9 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11036169-
CMYK0.350.7900.34
HSL273.38º64.88%40.2%-
HSV(B)273.38º78.7%66.27%-
XYZ14.227.4438.22-
YUV73.29182.02154.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.92%
GREEN value IS 36 (14.45% from 255) = 11.43%
BLUE value IS 169 (66.41% from 255) = 53.65%
R=34.92%
G=11.43%
B=53.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal110361690.350.7900.34273.3864.8840.2
Hex6E24A9234F0221114128
Octal156442514311704242110150
Binary110111010010010101001100011100111101000101000100011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E24A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,36,169); }

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

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

 a { background-color: rgb(110,36,169); }

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

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

 span { border-color: rgb(110,36,169); }

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