Html Css Color HEX #683872 Eminence

📋 copy color: '#683872'

red 104 ◦ green 56 ◦ blue 114

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

Shades of Eminence #683872

Tints of Eminence #683872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.44%

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

R = 37.96%
G = 20.44%
B = 41.61%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#683872 (or 0x683872) is known color: Eminence. HEX triplet: 68, 38 and 72. RGB value is (104,56,114). Sum of RGB (Red+Green+Blue) = 104+56+114=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #683872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683872 is #97C78D. Grayscale: #4C4C4C. Windows color (decimal): -9947022 or 7485544. OLE color: 7485544.

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

Color convert

RGB 104 56 114 -
CMYK 0.09 0.51 0 0.55
HSL 289.66º 0.34% 0.33% -
HSV(B) 289.66º 0.51% 0.45% -
XYZ 10.16 6.99 16.73 -
YUV 76.96 148.9 147.28 -
System Red Green Blue C M Y K H S L
Decimal 104 56 114 0.09 0.51 0 0.55 289.66 0.34 0.33
Hex 68 38 72 9 33 0 37 122 22 21
Octal 150 70 162 11 63 0 67 442 42 41
Binary 1101000 111000 1110010 1001 110011 0 110111 100100010 100010 100001

Color Harmonies of #683872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683872

Black with #683872

Text Example


Text Example

White with #683872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683872; }

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

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

background-color css

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

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

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

border-color css

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

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

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