Html Css Color HEX #683C72 Eminence

📋 copy color: '#683C72'

red 104 ◦ green 60 ◦ blue 114

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

Shades of Eminence #683C72

Tints of Eminence #683C72

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.58%

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

R = 37.41%
G = 21.58%
B = 41.01%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#683C72 (or 0x683C72) is known color: Eminence. HEX triplet: 68, 3C and 72. RGB value is (104,60,114). Sum of RGB (Red+Green+Blue) = 104+60+114=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #683C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683C72 is #97C38D. Grayscale: #4F4F4F. Windows color (decimal): -9945998 or 7486568. OLE color: 7486568.

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

Color convert

RGB 104 60 114 -
CMYK 0.09 0.47 0 0.55
HSL 288.89º 0.31% 0.34% -
HSV(B) 288.89º 0.47% 0.45% -
XYZ 10.36 7.39 16.8 -
YUV 79.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 104 60 114 0.09 0.47 0 0.55 288.89 0.31 0.34
Hex 68 3C 72 9 2F 0 37 121 1F 22
Octal 150 74 162 11 57 0 67 441 37 42
Binary 1101000 111100 1110010 1001 101111 0 110111 100100001 11111 100010

Color Harmonies of #683C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C72

Black with #683C72

Text Example


Text Example

White with #683C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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