Html Css Color HEX #683474 Eminence

📋 copy color: '#683474'

red 104 ◦ green 52 ◦ blue 116

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

Shades of Eminence #683474

Tints of Eminence #683474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.65%

R = 38.24%
G = 19.12%
B = 42.65%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#683474 (or 0x683474) is known color: Eminence. HEX triplet: 68, 34 and 74. RGB value is (104,52,116). Sum of RGB (Red+Green+Blue) = 104+52+116=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #683474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683474 is #97CB8B. Grayscale: #4A4A4A. Windows color (decimal): -9948044 or 7615592. OLE color: 7615592.

HSL color Cylindrical-coordinate representation of color #683474: hue angle of 288.75º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #683474 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 52 116 -
CMYK 0.10 0.55 0 0.55
HSL 288.75º 0.38% 0.33% -
HSV(B) 288.75º 0.55% 0.45% -
XYZ 10.09 6.66 17.28 -
YUV 74.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 104 52 116 0.10 0.55 0 0.55 288.75 0.38 0.33
Hex 68 34 74 A 37 0 37 121 26 21
Octal 150 64 164 12 67 0 67 441 46 41
Binary 1101000 110100 1110100 1010 110111 0 110111 100100001 100110 100001

Color Harmonies of #683474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683474

Black with #683474

Text Example


Text Example

White with #683474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683474; }

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

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

background-color css

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

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

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

border-color css

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

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

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