Html Css Color HEX #6D3875 Eminence

📋 copy color: '#6D3875'

red 109 ◦ green 56 ◦ blue 117

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

Shades of Eminence #6D3875

Tints of Eminence #6D3875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

 BLUE value IS 117 (46.09% from 255) = 41.49%

R = 38.65%
G = 19.86%
B = 41.49%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D3875 (or 0x6D3875) is known color: Eminence. HEX triplet: 6D, 38 and 75. RGB value is (109,56,117). Sum of RGB (Red+Green+Blue) = 109+56+117=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D3875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3875 is #92C78A. Grayscale: #4E4E4E. Windows color (decimal): -9619339 or 7682157. OLE color: 7682157.

HSL color Cylindrical-coordinate representation of color #6D3875: hue angle of 292.13º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D3875 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 56 117 -
CMYK 0.07 0.52 0 0.54
HSL 292.13º 0.35% 0.34% -
HSV(B) 292.13º 0.52% 0.46% -
XYZ 10.93 7.36 17.67 -
YUV 78.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 109 56 117 0.07 0.52 0 0.54 292.13 0.35 0.34
Hex 6D 38 75 7 34 0 36 124 23 22
Octal 155 70 165 7 64 0 66 444 43 42
Binary 1101101 111000 1110101 111 110100 0 110110 100100100 100011 100010

Color Harmonies of #6D3875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3875

Black with #6D3875

Text Example


Text Example

White with #6D3875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,56,117); }

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

background-color css

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

 a { background-color: rgb(109,56,117); }

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

border-color css

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

 span { border-color: rgb(109,56,117); }

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