Html Css Color HEX #6D4094 Royal Purple

📋 copy color: '#6D4094'

red 109 ◦ green 64 ◦ blue 148

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

Shades of Royal Purple #6D4094

Tints of Royal Purple #6D4094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.11%

R = 33.96%
G = 19.94%
B = 46.11%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D4094 (or 0x6D4094) is known color: Royal Purple. HEX triplet: 6D, 40 and 94. RGB value is (109,64,148). Sum of RGB (Red+Green+Blue) = 109+64+148=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D4094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4094 is #92BF6B. Grayscale: #565656. Windows color (decimal): -9617260 or 9715821. OLE color: 9715821.

HSL color Cylindrical-coordinate representation of color #6D4094: hue angle of 272.14º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D4094 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 64 148 -
CMYK 0.26 0.57 0 0.42
HSL 272.14º 0.4% 0.42% -
HSV(B) 272.14º 0.57% 0.58% -
XYZ 13.49 9.06 29.05 -
YUV 87.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 109 64 148 0.26 0.57 0 0.42 272.14 0.4 0.42
Hex 6D 40 94 1A 39 0 2A 110 28 2A
Octal 155 100 224 32 71 0 52 420 50 52
Binary 1101101 1000000 10010100 11010 111001 0 101010 100010000 101000 101010

Color Harmonies of #6D4094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4094

Black with #6D4094

Text Example


Text Example

White with #6D4094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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