#6B2699

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

Shades of Royal Purple #6B2699

Tints of Royal Purple #6B2699

Color information

#6B2699 (or 0x6B2699) is unknown color: approx Royal Purple. HEX triplet: 6B, 26 and 99. RGB value is (107,38,153). Sum of RGB (Red+Green+Blue) = 107+38+153=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B2699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2699 is #94D966. Grayscale: #474747. Windows color (decimal): -9754983 or 10036843. OLE color: 10036843.

HSL color Cylindrical-coordinate representation of color #6B2699: hue angle of 276º 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 #6B2699 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10738153-
CMYK0.300.7500.4
HSL276º60.21%37.45%-
HSV(B)276º75.16%60%-
XYZ12.516.8130.79-
YUV71.74173.86153.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 38 (15.23% from 255) = 12.75%
BLUE value IS 153 (60.16% from 255) = 51.34%
R=35.91%
G=12.75%
B=51.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal107381530.300.7500.427660.2137.45
Hex6B26991E4B0281143c25
Octal15346231361130504247445
Binary1101011100110100110011111010010110101000100010100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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