#6C2699

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

Shades of Royal Purple #6C2699

Tints of Royal Purple #6C2699

Color information

#6C2699 (or 0x6C2699) is unknown color: approx Royal Purple. HEX triplet: 6C, 26 and 99. RGB value is (108,38,153). Sum of RGB (Red+Green+Blue) = 108+38+153=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C2699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2699 is #93D966. Grayscale: #474747. Windows color (decimal): -9689447 or 10036844. OLE color: 10036844.

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

Color convert

RGB10838153-
CMYK0.290.7500.4
HSL276.52º60.21%37.45%-
HSV(B)276.52º75.16%60%-
XYZ12.636.8730.8-
YUV72.04173.69153.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.12%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=36.12%
G=12.71%
B=51.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal108381530.290.7500.4276.5260.2137.45
Hex6C26991D4B0281153c25
Octal15446231351130504257445
Binary1101100100110100110011110110010110101000100010101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,38,153); }

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

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

 a { background-color: rgb(108,38,153); }

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

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

 span { border-color: rgb(108,38,153); }

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