#6D2996

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

Shades of Royal Purple #6D2996

Tints of Royal Purple #6D2996

Color information

#6D2996 (or 0x6D2996) is unknown color: approx Royal Purple. HEX triplet: 6D, 29 and 96. RGB value is (109,41,150). Sum of RGB (Red+Green+Blue) = 109+41+150=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D2996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2996 is #92D669. Grayscale: #494949. Windows color (decimal): -9623146 or 9841005. OLE color: 9841005.

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

Color convert

RGB10941150-
CMYK0.270.7300.41
HSL277.43º57.07%37.45%-
HSV(B)277.43º72.67%58.82%-
XYZ12.67.0429.55-
YUV73.76171.03153.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.33%
GREEN value IS 41 (16.41% from 255) = 13.67%
BLUE value IS 150 (58.98% from 255) = 50%
R=36.33%
G=13.67%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal109411500.270.7300.41277.4357.0737.45
Hex6D29961B490291153925
Octal15551226331110514257145
Binary1101101101001100101101101110010010101001100010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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