#6D249A

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

Shades of Royal Purple #6D249A

Tints of Royal Purple #6D249A

Color information

#6D249A (or 0x6D249A) is unknown color: approx Royal Purple. HEX triplet: 6D, 24 and 9A. RGB value is (109,36,154). Sum of RGB (Red+Green+Blue) = 109+36+154=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D249A is #92DB65. Grayscale: #464646. Windows color (decimal): -9624422 or 10101869. OLE color: 10101869.

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

Color convert

RGB10936154-
CMYK0.290.7700.40
HSL277.12º62.11%37.25%-
HSV(B)277.12º76.62%60.39%-
XYZ12.776.8531.22-
YUV71.28174.68154.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 36 (14.45% from 255) = 12.04%
BLUE value IS 154 (60.55% from 255) = 51.51%
R=36.45%
G=12.04%
B=51.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal109361540.290.7700.40277.1262.1137.25
Hex6D249A1D4D0281153e25
Octal15544232351150504257645
Binary1101101100100100110101110110011010101000100010101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,36,154); }

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

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

 a { background-color: rgb(109,36,154); }

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

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

 span { border-color: rgb(109,36,154); }

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