#6A2792

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

Shades of Royal Purple #6A2792

Tints of Royal Purple #6A2792

Color information

#6A2792 (or 0x6A2792) is unknown color: approx Royal Purple. HEX triplet: 6A, 27 and 92. RGB value is (106,39,146). Sum of RGB (Red+Green+Blue) = 106+39+146=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A2792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2792 is #95D86D. Grayscale: #464646. Windows color (decimal): -9820270 or 9578346. OLE color: 9578346.

HSL color Cylindrical-coordinate representation of color #6A2792: hue angle of 277.57º degrees, saturation: 0.58, 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 #6A2792 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10639146-
CMYK0.270.7300.43
HSL277.57º57.84%36.27%-
HSV(B)277.57º73.29%57.25%-
XYZ11.866.5927.84-
YUV71.23170.2152.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.43%
GREEN value IS 39 (15.62% from 255) = 13.40%
BLUE value IS 146 (57.42% from 255) = 50.17%
R=36.43%
G=13.40%
B=50.17%

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
Decimal106391460.270.7300.43277.5757.8436.27
Hex6A27921B4902B1163a24
Octal15247222331110534267244
Binary1101010100111100100101101110010010101011100010110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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