Html Css Color HEX #683672 Eminence

📋 copy color: '#683672'

red 104 ◦ green 54 ◦ blue 114

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

Shades of Eminence #683672

Tints of Eminence #683672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.85%

 BLUE value IS 114 (44.92% from 255) = 41.91%

R = 38.24%
G = 19.85%
B = 41.91%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#683672 (or 0x683672) is known color: Eminence. HEX triplet: 68, 36 and 72. RGB value is (104,54,114). Sum of RGB (Red+Green+Blue) = 104+54+114=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #683672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683672 is #97C98D. Grayscale: #4B4B4B. Windows color (decimal): -9947534 or 7485032. OLE color: 7485032.

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

Color convert

RGB 104 54 114 -
CMYK 0.09 0.53 0 0.55
HSL 290º 0.36% 0.33% -
HSV(B) 290º 0.53% 0.45% -
XYZ 10.07 6.8 16.7 -
YUV 75.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 104 54 114 0.09 0.53 0 0.55 290 0.36 0.33
Hex 68 36 72 9 35 0 37 122 24 21
Octal 150 66 162 11 65 0 67 442 44 41
Binary 1101000 110110 1110010 1001 110101 0 110111 100100010 100100 100001

Color Harmonies of #683672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683672

Black with #683672

Text Example


Text Example

White with #683672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683672; }

 p { color: rgb(104,54,114); }

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

background-color css

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

 a { background-color: rgb(104,54,114); }

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

border-color css

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

 span { border-color: rgb(104,54,114); }

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