Html Css Color HEX #683477 Eminence

📋 copy color: '#683477'

red 104 ◦ green 52 ◦ blue 119

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

Shades of Eminence #683477

Tints of Eminence #683477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.91%

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

R = 37.82%
G = 18.91%
B = 43.27%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#683477 (or 0x683477) is known color: Eminence. HEX triplet: 68, 34 and 77. RGB value is (104,52,119). Sum of RGB (Red+Green+Blue) = 104+52+119=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #683477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683477 is #97CB88. Grayscale: #4A4A4A. Windows color (decimal): -9948041 or 7812200. OLE color: 7812200.

HSL color Cylindrical-coordinate representation of color #683477: hue angle of 286.57º 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 #683477 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 52 119 -
CMYK 0.13 0.56 0 0.53
HSL 286.57º 0.39% 0.34% -
HSV(B) 286.57º 0.56% 0.47% -
XYZ 10.27 6.73 18.21 -
YUV 75.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 104 52 119 0.13 0.56 0 0.53 286.57 0.39 0.34
Hex 68 34 77 D 38 0 35 11F 27 22
Octal 150 64 167 15 70 0 65 437 47 42
Binary 1101000 110100 1110111 1101 111000 0 110101 100011111 100111 100010

Color Harmonies of #683477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683477

Black with #683477

Text Example


Text Example

White with #683477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683477; }

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

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

background-color css

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

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

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

border-color css

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

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

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