#6D2599

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

Shades of Royal Purple #6D2599

Tints of Royal Purple #6D2599

Color information

#6D2599 (or 0x6D2599) is unknown color: approx Royal Purple. HEX triplet: 6D, 25 and 99. RGB value is (109,37,153). Sum of RGB (Red+Green+Blue) = 109+37+153=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D2599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2599 is #92DA66. Grayscale: #474747. Windows color (decimal): -9624167 or 10036589. OLE color: 10036589.

HSL color Cylindrical-coordinate representation of color #6D2599: hue angle of 277.24º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D2599 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10937153-
CMYK0.290.7600.4
HSL277.24º61.05%37.25%-
HSV(B)277.24º75.82%60%-
XYZ12.726.8730.79-
YUV71.75173.85154.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=36.45%
G=12.37%
B=51.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal109371530.290.7600.4277.2461.0537.25
Hex6D25991D4C0281153d25
Octal15545231351140504257545
Binary1101101100101100110011110110011000101000100010101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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