#6D408E

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

Shades of Royal Purple #6D408E

Tints of Royal Purple #6D408E

Color information

#6D408E (or 0x6D408E) is unknown color: approx Royal Purple. HEX triplet: 6D, 40 and 8E. RGB value is (109,64,142). Sum of RGB (Red+Green+Blue) = 109+64+142=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D408E is #92BF71. Grayscale: #565656. Windows color (decimal): -9617266 or 9322605. OLE color: 9322605.

HSL color Cylindrical-coordinate representation of color #6D408E: hue angle of 274.62º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D408E is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10964142-
CMYK0.230.5500.44
HSL274.62º37.86%40.39%-
HSV(B)274.62º54.93%55.69%-
XYZ13.028.8726.62-
YUV86.35159.41144.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.60%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=34.60%
G=20.32%
B=45.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109641420.230.5500.44274.6237.8640.39
Hex6D408E173702C1132628
Octal15510021627670544234650
Binary1101101100000010001110101111101110101100100010011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,64,142); }

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

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

 a { background-color: rgb(109,64,142); }

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

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

 span { border-color: rgb(109,64,142); }

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