#6D2999

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

Shades of Royal Purple #6D2999

Tints of Royal Purple #6D2999

Color information

#6D2999 (or 0x6D2999) is unknown color: approx Royal Purple. HEX triplet: 6D, 29 and 99. RGB value is (109,41,153). Sum of RGB (Red+Green+Blue) = 109+41+153=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D2999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2999 is #92D666. Grayscale: #494949. Windows color (decimal): -9623143 or 10037613. OLE color: 10037613.

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

Color convert

RGB10941153-
CMYK0.290.7300.4
HSL276.43º57.73%38.04%-
HSV(B)276.43º73.2%60%-
XYZ12.857.1430.84-
YUV74.1172.53152.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 41 (16.41% from 255) = 13.53%
BLUE value IS 153 (60.16% from 255) = 50.50%
R=35.97%
G=13.53%
B=50.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal109411530.290.7300.4276.4357.7338.04
Hex6D29991D490281143a26
Octal15551231351110504247246
Binary1101101101001100110011110110010010101000100010100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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