Html Css Color HEX #6D3785 Eminence

📋 copy color: '#6D3785'

red 109 ◦ green 55 ◦ blue 133

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

Shades of Eminence #6D3785

Tints of Eminence #6D3785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.52%

 BLUE value IS 133 (52.34% from 255) = 44.78%

R = 36.7%
G = 18.52%
B = 44.78%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D3785 (or 0x6D3785) is known color: Eminence. HEX triplet: 6D, 37 and 85. RGB value is (109,55,133). Sum of RGB (Red+Green+Blue) = 109+55+133=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D3785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3785 is #92C87A. Grayscale: #4F4F4F. Windows color (decimal): -9619579 or 8730477. OLE color: 8730477.

HSL color Cylindrical-coordinate representation of color #6D3785: hue angle of 281.54º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D3785 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 55 133 -
CMYK 0.18 0.59 0 0.48
HSL 281.54º 0.41% 0.37% -
HSV(B) 281.54º 0.59% 0.52% -
XYZ 11.91 7.68 23.04 -
YUV 80.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 109 55 133 0.18 0.59 0 0.48 281.54 0.41 0.37
Hex 6D 37 85 12 3B 0 30 11A 29 25
Octal 155 67 205 22 73 0 60 432 51 45
Binary 1101101 110111 10000101 10010 111011 0 110000 100011010 101001 100101

Color Harmonies of #6D3785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3785

Black with #6D3785

Text Example


Text Example

White with #6D3785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,55,133); }

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

background-color css

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

 a { background-color: rgb(109,55,133); }

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

border-color css

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

 span { border-color: rgb(109,55,133); }

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