#6A2797

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

Shades of Royal Purple #6A2797

Tints of Royal Purple #6A2797

Color information

#6A2797 (or 0x6A2797) is unknown color: approx Royal Purple. HEX triplet: 6A, 27 and 97. RGB value is (106,39,151). Sum of RGB (Red+Green+Blue) = 106+39+151=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 151 (59.38% from 255 or 51.01% from 296); Max value from RGB is 151 - color contains mainly: blue. Hex color #6A2797 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2797 is #95D868. Grayscale: #474747. Windows color (decimal): -9820265 or 9906026. OLE color: 9906026.

HSL color Cylindrical-coordinate representation of color #6A2797: hue angle of 275.89º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A2797 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10639151-
CMYK0.300.7400.41
HSL275.89º58.95%37.25%-
HSV(B)275.89º74.17%59.22%-
XYZ12.266.7529.94-
YUV71.8172.7152.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.81%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 151 (59.38% from 255) = 51.01%
R=35.81%
G=13.18%
B=51.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106391510.300.7400.41275.8958.9537.25
Hex6A27971E4A0291143b25
Octal15247227361120514247345
Binary1101010100111100101111111010010100101001100010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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