Html Css Color HEX #6B4178 Eminence

📋 copy color: '#6B4178'

red 107 ◦ green 65 ◦ blue 120

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

Shades of Eminence #6B4178

Tints of Eminence #6B4178

RGB

 RED value IS 107 (42.19% from 255) = 36.64%

 GREEN value IS 65 (25.78% from 255) = 22.26%

 BLUE value IS 120 (47.27% from 255) = 41.1%

R = 36.64%
G = 22.26%
B = 41.1%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B4178 (or 0x6B4178) is known color: Eminence. HEX triplet: 6B, 41 and 78. RGB value is (107,65,120). Sum of RGB (Red+Green+Blue) = 107+65+120=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B4178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4178 is #94BE87. Grayscale: #535353. Windows color (decimal): -9748104 or 7881067. OLE color: 7881067.

HSL color Cylindrical-coordinate representation of color #6B4178: hue angle of 285.82º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B4178 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 65 120 -
CMYK 0.11 0.46 0 0.53
HSL 285.82º 0.3% 0.36% -
HSV(B) 285.82º 0.46% 0.47% -
XYZ 11.34 8.26 18.77 -
YUV 83.83 148.41 144.53 -
System Red Green Blue C M Y K H S L
Decimal 107 65 120 0.11 0.46 0 0.53 285.82 0.3 0.36
Hex 6B 41 78 B 2E 0 35 11E 1E 24
Octal 153 101 170 13 56 0 65 436 36 44
Binary 1101011 1000001 1111000 1011 101110 0 110101 100011110 11110 100100

Color Harmonies of #6B4178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4178

Black with #6B4178

Text Example


Text Example

White with #6B4178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,65,120); }

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

background-color css

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

 a { background-color: rgb(107,65,120); }

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

border-color css

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

 span { border-color: rgb(107,65,120); }

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