Html Css Color HEX #6B3578 Eminence

📋 copy color: '#6B3578'

red 107 ◦ green 53 ◦ blue 120

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

Shades of Eminence #6B3578

Tints of Eminence #6B3578

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.93%

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

R = 38.21%
G = 18.93%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B3578 (or 0x6B3578) is known color: Eminence. HEX triplet: 6B, 35 and 78. RGB value is (107,53,120). Sum of RGB (Red+Green+Blue) = 107+53+120=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B3578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3578 is #94CA87. Grayscale: #4C4C4C. Windows color (decimal): -9751176 or 7877995. OLE color: 7877995.

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

Color convert

RGB 107 53 120 -
CMYK 0.11 0.56 0 0.53
HSL 288.36º 0.39% 0.34% -
HSV(B) 288.36º 0.56% 0.47% -
XYZ 10.73 7.03 18.56 -
YUV 76.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 107 53 120 0.11 0.56 0 0.53 288.36 0.39 0.34
Hex 6B 35 78 B 38 0 35 120 27 22
Octal 153 65 170 13 70 0 65 440 47 42
Binary 1101011 110101 1111000 1011 111000 0 110101 100100000 100111 100010

Color Harmonies of #6B3578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3578

Black with #6B3578

Text Example


Text Example

White with #6B3578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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