#6A2697

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

Shades of Royal Purple #6A2697

Tints of Royal Purple #6A2697

Color information

#6A2697 (or 0x6A2697) is unknown color: approx Royal Purple. HEX triplet: 6A, 26 and 97. RGB value is (106,38,151). Sum of RGB (Red+Green+Blue) = 106+38+151=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #6A2697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2697 is #95D968. Grayscale: #464646. Windows color (decimal): -9820521 or 9905770. OLE color: 9905770.

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

Color convert

RGB10638151-
CMYK0.300.7500.41
HSL276.11º59.79%37.06%-
HSV(B)276.11º74.83%59.22%-
XYZ12.226.6829.92-
YUV71.21173.03152.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 151 (59.38% from 255) = 51.19%
R=35.93%
G=12.88%
B=51.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106381510.300.7500.41276.1159.7937.06
Hex6A26971E4B0291143c25
Octal15246227361130514247445
Binary1101010100110100101111111010010110101001100010100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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