Html Css Color HEX #683A70 Eminence

📋 copy color: '#683A70'

red 104 ◦ green 58 ◦ blue 112

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

Shades of Eminence #683A70

Tints of Eminence #683A70

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

 BLUE value IS 112 (44.14% from 255) = 40.88%

R = 37.96%
G = 21.17%
B = 40.88%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#683A70 (or 0x683A70) is known color: Eminence. HEX triplet: 68, 3A and 70. RGB value is (104,58,112). Sum of RGB (Red+Green+Blue) = 104+58+112=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #683A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683A70 is #97C58F. Grayscale: #4D4D4D. Windows color (decimal): -9946512 or 7354984. OLE color: 7354984.

HSL color Cylindrical-coordinate representation of color #683A70: hue angle of 291.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #683A70 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 58 112 -
CMYK 0.07 0.48 0 0.56
HSL 291.11º 0.32% 0.33% -
HSV(B) 291.11º 0.48% 0.44% -
XYZ 10.15 7.14 16.17 -
YUV 77.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 104 58 112 0.07 0.48 0 0.56 291.11 0.32 0.33
Hex 68 3A 70 7 30 0 38 123 20 21
Octal 150 72 160 7 60 0 70 443 40 41
Binary 1101000 111010 1110000 111 110000 0 111000 100100011 100000 100001

Color Harmonies of #683A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683A70

Black with #683A70

Text Example


Text Example

White with #683A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,58,112); }

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

background-color css

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

 a { background-color: rgb(104,58,112); }

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

border-color css

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

 span { border-color: rgb(104,58,112); }

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