#6A2992

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

Shades of Royal Purple #6A2992

Tints of Royal Purple #6A2992

Color information

#6A2992 (or 0x6A2992) is unknown color: approx Royal Purple. HEX triplet: 6A, 29 and 92. RGB value is (106,41,146). Sum of RGB (Red+Green+Blue) = 106+41+146=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A2992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2992 is #95D66D. Grayscale: #484848. Windows color (decimal): -9819758 or 9578858. OLE color: 9578858.

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

Color convert

RGB10641146-
CMYK0.270.7200.43
HSL277.14º56.15%36.67%-
HSV(B)277.14º71.92%57.25%-
XYZ11.936.7327.86-
YUV72.4169.53151.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.18%
GREEN value IS 41 (16.41% from 255) = 13.99%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=36.18%
G=13.99%
B=49.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106411460.270.7200.43277.1456.1536.67
Hex6A29921B4802B1153825
Octal15251222331100534257045
Binary1101010101001100100101101110010000101011100010101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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