Html Css Color HEX #6D4092 Royal Purple

📋 copy color: '#6D4092'

red 109 ◦ green 64 ◦ blue 146

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

Shades of Royal Purple #6D4092

Tints of Royal Purple #6D4092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.77%

R = 34.17%
G = 20.06%
B = 45.77%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D4092 (or 0x6D4092) is known color: Royal Purple. HEX triplet: 6D, 40 and 92. RGB value is (109,64,146). Sum of RGB (Red+Green+Blue) = 109+64+146=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D4092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4092 is #92BF6D. Grayscale: #565656. Windows color (decimal): -9617262 or 9584749. OLE color: 9584749.

HSL color Cylindrical-coordinate representation of color #6D4092: hue angle of 272.93º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D4092 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 64 146 -
CMYK 0.25 0.56 0 0.43
HSL 272.93º 0.39% 0.41% -
HSV(B) 272.93º 0.56% 0.57% -
XYZ 13.33 8.99 28.23 -
YUV 86.8 161.41 143.83 -
System Red Green Blue C M Y K H S L
Decimal 109 64 146 0.25 0.56 0 0.43 272.93 0.39 0.41
Hex 6D 40 92 19 38 0 2B 111 27 29
Octal 155 100 222 31 70 0 53 421 47 51
Binary 1101101 1000000 10010010 11001 111000 0 101011 100010001 100111 101001

Color Harmonies of #6D4092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4092

Black with #6D4092

Text Example


Text Example

White with #6D4092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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