Html Css Color HEX #683377 Eminence

📋 copy color: '#683377'

red 104 ◦ green 51 ◦ blue 119

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

Shades of Eminence #683377

Tints of Eminence #683377

RGB

 RED value IS 104 (41.02% from 255) = 37.96%

 GREEN value IS 51 (20.31% from 255) = 18.61%

 BLUE value IS 119 (46.88% from 255) = 43.43%

R = 37.96%
G = 18.61%
B = 43.43%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#683377 (or 0x683377) is known color: Eminence. HEX triplet: 68, 33 and 77. RGB value is (104,51,119). Sum of RGB (Red+Green+Blue) = 104+51+119=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #683377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683377 is #97CC88. Grayscale: #4A4A4A. Windows color (decimal): -9948297 or 7811944. OLE color: 7811944.

HSL color Cylindrical-coordinate representation of color #683377: hue angle of 286.76º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #683377 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 51 119 -
CMYK 0.13 0.57 0 0.53
HSL 286.76º 0.4% 0.33% -
HSV(B) 286.76º 0.57% 0.47% -
XYZ 10.22 6.64 18.2 -
YUV 74.6 153.06 148.97 -
System Red Green Blue C M Y K H S L
Decimal 104 51 119 0.13 0.57 0 0.53 286.76 0.4 0.33
Hex 68 33 77 D 39 0 35 11F 28 21
Octal 150 63 167 15 71 0 65 437 50 41
Binary 1101000 110011 1110111 1101 111001 0 110101 100011111 101000 100001

Color Harmonies of #683377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683377

Black with #683377

Text Example


Text Example

White with #683377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683377; }

 p { color: rgb(104,51,119); }

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

background-color css

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

 a { background-color: rgb(104,51,119); }

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

border-color css

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

 span { border-color: rgb(104,51,119); }

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