#6D299C

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

Shades of Royal Purple #6D299C

Tints of Royal Purple #6D299C

Color information

#6D299C (or 0x6D299C) is unknown color: approx Royal Purple. HEX triplet: 6D, 29 and 9C. RGB value is (109,41,156). Sum of RGB (Red+Green+Blue) = 109+41+156=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D299C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D299C is #92D663. Grayscale: #4A4A4A. Windows color (decimal): -9623140 or 10234221. OLE color: 10234221.

HSL color Cylindrical-coordinate representation of color #6D299C: hue angle of 275.48º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D299C is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10941156-
CMYK0.300.7400.39
HSL275.48º58.38%38.63%-
HSV(B)275.48º73.72%61.18%-
XYZ13.17.2432.16-
YUV74.44174.03152.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.62%
GREEN value IS 41 (16.41% from 255) = 13.40%
BLUE value IS 156 (61.33% from 255) = 50.98%
R=35.62%
G=13.40%
B=50.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109411560.300.7400.39275.4858.3838.63
Hex6D299C1E4A0271133a27
Octal15551234361120474237247
Binary1101101101001100111001111010010100100111100010011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D299C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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