#6D289E

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

Shades of Royal Purple #6D289E

Tints of Royal Purple #6D289E

Color information

#6D289E (or 0x6D289E) is unknown color: approx Royal Purple. HEX triplet: 6D, 28 and 9E. RGB value is (109,40,158). Sum of RGB (Red+Green+Blue) = 109+40+158=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D289E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D289E is #92D761. Grayscale: #494949. Windows color (decimal): -9623394 or 10365037. OLE color: 10365037.

HSL color Cylindrical-coordinate representation of color #6D289E: hue angle of 275.08º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D289E is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10940158-
CMYK0.310.7500.38
HSL275.08º59.6%38.82%-
HSV(B)275.08º74.68%61.96%-
XYZ13.247.2433.05-
YUV74.08175.36152.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.50%
GREEN value IS 40 (16.02% from 255) = 13.03%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=35.50%
G=13.03%
B=51.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109401580.310.7500.38275.0859.638.82
Hex6D289E1F4B0261133c27
Octal15550236371130464237447
Binary1101101101000100111101111110010110100110100010011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,40,158); }

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

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

 a { background-color: rgb(109,40,158); }

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

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

 span { border-color: rgb(109,40,158); }

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