#6A2892

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

Shades of Royal Purple #6A2892

Tints of Royal Purple #6A2892

Color information

#6A2892 (or 0x6A2892) is unknown color: approx Royal Purple. HEX triplet: 6A, 28 and 92. RGB value is (106,40,146). Sum of RGB (Red+Green+Blue) = 106+40+146=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A2892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2892 is #95D76D. Grayscale: #474747. Windows color (decimal): -9820014 or 9578602. OLE color: 9578602.

HSL color Cylindrical-coordinate representation of color #6A2892: hue angle of 277.36º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A2892 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10640146-
CMYK0.270.7300.43
HSL277.36º56.99%36.47%-
HSV(B)277.36º72.6%57.25%-
XYZ11.896.6627.85-
YUV71.82169.87152.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.30%
GREEN value IS 40 (16.02% from 255) = 13.70%
BLUE value IS 146 (57.42% from 255) = 50%
R=36.30%
G=13.70%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106401460.270.7300.43277.3656.9936.47
Hex6A28921B4902B1153924
Octal15250222331110534257144
Binary1101010101000100100101101110010010101011100010101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,40,146); }

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

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

 a { background-color: rgb(106,40,146); }

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

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

 span { border-color: rgb(106,40,146); }

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