#6A4093

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

Shades of Royal Purple #6A4093

Tints of Royal Purple #6A4093

Color information

#6A4093 (or 0x6A4093) is unknown color: approx Royal Purple. HEX triplet: 6A, 40 and 93. RGB value is (106,64,147). Sum of RGB (Red+Green+Blue) = 106+64+147=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A4093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4093 is #95BF6C. Grayscale: #555555. Windows color (decimal): -9813869 or 9650282. OLE color: 9650282.

HSL color Cylindrical-coordinate representation of color #6A4093: hue angle of 270.36º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A4093 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10664147-
CMYK0.280.5600.42
HSL270.36º39.34%41.37%-
HSV(B)270.36º56.46%57.65%-
XYZ13.048.8428.62-
YUV86.02162.41142.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 147 (57.81% from 255) = 46.37%
R=33.44%
G=20.19%
B=46.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106641470.280.5600.42270.3639.3441.37
Hex6A40931C3802A10e2729
Octal15210022334700524164751
Binary1101010100000010010011111001110000101010100001110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,64,147); }

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

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

 a { background-color: rgb(106,64,147); }

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

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

 span { border-color: rgb(106,64,147); }

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