Html Css Color HEX #6D408E Royal Purple

📋 copy color: '#6D408E'

red 109 ◦ green 64 ◦ blue 142

#6D408E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #6D408E

Tints of Royal Purple #6D408E

RGB

 RED value IS 109 (42.97% from 255) = 34.6%

 GREEN value IS 64 (25.39% from 255) = 20.32%

 BLUE value IS 142 (55.86% from 255) = 45.08%

R = 34.6%
G = 20.32%
B = 45.08%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D408E (or 0x6D408E) is known color: 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

RGB 109 64 142 -
CMYK 0.23 0.55 0 0.44
HSL 274.62º 0.38% 0.4% -
HSV(B) 274.62º 0.55% 0.56% -
XYZ 13.02 8.87 26.62 -
YUV 86.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 109 64 142 0.23 0.55 0 0.44 274.62 0.38 0.4
Hex 6D 40 8E 17 37 0 2C 113 26 28
Octal 155 100 216 27 67 0 54 423 46 50
Binary 1101101 1000000 10001110 10111 110111 0 101100 100010011 100110 101000

Color Harmonies of #6D408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D408E

Black with #6D408E

Text Example


Text Example

White with #6D408E

Text Example


Text Example

HTML Codes & Css Web 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>