Html Css Color HEX #6D4099 Royal Purple

📋 copy color: '#6D4099'

red 109 ◦ green 64 ◦ blue 153

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

Shades of Royal Purple #6D4099

Tints of Royal Purple #6D4099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 33.44%
G = 19.63%
B = 46.93%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D4099 (or 0x6D4099) is known color: Royal Purple. HEX triplet: 6D, 40 and 99. RGB value is (109,64,153). Sum of RGB (Red+Green+Blue) = 109+64+153=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D4099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4099 is #92BF66. Grayscale: #575757. Windows color (decimal): -9617255 or 10043501. OLE color: 10043501.

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

Color convert

RGB 109 64 153 -
CMYK 0.29 0.58 0 0.4
HSL 270.34º 0.41% 0.43% -
HSV(B) 270.34º 0.58% 0.6% -
XYZ 13.89 9.22 31.18 -
YUV 87.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 109 64 153 0.29 0.58 0 0.4 270.34 0.41 0.43
Hex 6D 40 99 1D 3A 0 28 10E 29 2B
Octal 155 100 231 35 72 0 50 416 51 53
Binary 1101101 1000000 10011001 11101 111010 0 101000 100001110 101001 101011

Color Harmonies of #6D4099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4099

Black with #6D4099

Text Example


Text Example

White with #6D4099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D4099;
 }
 .AnyTagClassName
 {
   color: #6D4099;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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