#6A2297

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

Shades of Royal Purple #6A2297

Tints of Royal Purple #6A2297

Color information

#6A2297 (or 0x6A2297) is unknown color: approx Royal Purple. HEX triplet: 6A, 22 and 97. RGB value is (106,34,151). Sum of RGB (Red+Green+Blue) = 106+34+151=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #6A2297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2297 is #95DD68. Grayscale: #444444. Windows color (decimal): -9821545 or 9904746. OLE color: 9904746.

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

Color convert

RGB10634151-
CMYK0.300.7700.41
HSL276.92º63.24%36.27%-
HSV(B)276.92º77.48%59.22%-
XYZ12.16.4429.88-
YUV68.87174.35154.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.43%
GREEN value IS 34 (13.67% from 255) = 11.68%
BLUE value IS 151 (59.38% from 255) = 51.89%
R=36.43%
G=11.68%
B=51.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106341510.300.7700.41276.9263.2436.27
Hex6A22971E4D0291153f24
Octal15242227361150514257744
Binary1101010100010100101111111010011010101001100010101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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