#6D4299

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

Shades of Royal Purple #6D4299

Tints of Royal Purple #6D4299

Color information

#6D4299 (or 0x6D4299) is unknown color: approx Royal Purple. HEX triplet: 6D, 42 and 99. RGB value is (109,66,153). Sum of RGB (Red+Green+Blue) = 109+66+153=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D4299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4299 is #92BD66. Grayscale: #585858. Windows color (decimal): -9616743 or 10044013. OLE color: 10044013.

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

Color convert

RGB10966153-
CMYK0.290.5700.4
HSL269.66º39.73%42.94%-
HSV(B)269.66º56.86%60%-
XYZ149.4531.22-
YUV88.78164.25142.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.23%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=33.23%
G=20.12%
B=46.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal109661530.290.5700.4269.6639.7342.94
Hex6D42991D3902810e282b
Octal15510223135710504165053
Binary1101101100001010011001111011110010101000100001110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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