#6B2999

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

Shades of Royal Purple #6B2999

Tints of Royal Purple #6B2999

Color information

#6B2999 (or 0x6B2999) is unknown color: approx Royal Purple. HEX triplet: 6B, 29 and 99. RGB value is (107,41,153). Sum of RGB (Red+Green+Blue) = 107+41+153=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B2999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2999 is #94D666. Grayscale: #494949. Windows color (decimal): -9754215 or 10037611. OLE color: 10037611.

HSL color Cylindrical-coordinate representation of color #6B2999: hue angle of 275.36º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B2999 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10741153-
CMYK0.300.7300.4
HSL275.36º57.73%38.04%-
HSV(B)275.36º73.2%60%-
XYZ12.617.0130.83-
YUV73.5172.87151.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 41 (16.41% from 255) = 13.62%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=35.55%
G=13.62%
B=50.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal107411530.300.7300.4275.3657.7338.04
Hex6B29991E490281133a26
Octal15351231361110504237246
Binary1101011101001100110011111010010010101000100010011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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