Html Css Color HEX #6D3981 Eminence

📋 copy color: '#6D3981'

red 109 ◦ green 57 ◦ blue 129

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

Shades of Eminence #6D3981

Tints of Eminence #6D3981

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.32%

 BLUE value IS 129 (50.78% from 255) = 43.73%

R = 36.95%
G = 19.32%
B = 43.73%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6D3981 (or 0x6D3981) is known color: Eminence. HEX triplet: 6D, 39 and 81. RGB value is (109,57,129). Sum of RGB (Red+Green+Blue) = 109+57+129=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 129 - color contains mainly: blue. Hex color #6D3981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3981 is #92C67E. Grayscale: #505050. Windows color (decimal): -9619071 or 8468845. OLE color: 8468845.

HSL color Cylindrical-coordinate representation of color #6D3981: hue angle of 283.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D3981 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 57 129 -
CMYK 0.16 0.56 0 0.49
HSL 283.33º 0.39% 0.36% -
HSV(B) 283.33º 0.56% 0.51% -
XYZ 11.73 7.76 21.65 -
YUV 80.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 109 57 129 0.16 0.56 0 0.49 283.33 0.39 0.36
Hex 6D 39 81 10 38 0 31 11B 27 24
Octal 155 71 201 20 70 0 61 433 47 44
Binary 1101101 111001 10000001 10000 111000 0 110001 100011011 100111 100100

Color Harmonies of #6D3981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3981

Black with #6D3981

Text Example


Text Example

White with #6D3981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,57,129); }

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

background-color css

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

 a { background-color: rgb(109,57,129); }

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

border-color css

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

 span { border-color: rgb(109,57,129); }

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