#6E25A0

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

Shades of Royal Purple #6E25A0

Tints of Royal Purple #6E25A0

Color information

#6E25A0 (or 0x6E25A0) is unknown color: approx Royal Purple. HEX triplet: 6E, 25 and A0. RGB value is (110,37,160). Sum of RGB (Red+Green+Blue) = 110+37+160=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 160 (62.89% from 255 or 52.12% from 307); Max value from RGB is 160 - color contains mainly: blue. Hex color #6E25A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E25A0 is #91DA5F. Grayscale: #484848. Windows color (decimal): -9558624 or 10495342. OLE color: 10495342.

HSL color Cylindrical-coordinate representation of color #6E25A0: hue angle of 275.61º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E25A0 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11037160-
CMYK0.310.7700.37
HSL275.61º62.44%38.63%-
HSV(B)275.61º76.88%62.75%-
XYZ13.447.1833.93-
YUV72.85177.18154.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.83%
GREEN value IS 37 (14.84% from 255) = 12.05%
BLUE value IS 160 (62.89% from 255) = 52.12%
R=35.83%
G=12.05%
B=52.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal110371600.310.7700.37275.6162.4438.63
Hex6E25A01F4D0251143e27
Octal15645240371150454247647
Binary1101110100101101000001111110011010100101100010100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E25A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,37,160); }

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

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

 a { background-color: rgb(110,37,160); }

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

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

 span { border-color: rgb(110,37,160); }

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