Html Css Color HEX #683F72 Eminence

📋 copy color: '#683F72'

red 104 ◦ green 63 ◦ blue 114

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

Shades of Eminence #683F72

Tints of Eminence #683F72

RGB

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

 GREEN value IS 63 (25% from 255) = 22.42%

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

R = 37.01%
G = 22.42%
B = 40.57%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#683F72 (or 0x683F72) is known color: Eminence. HEX triplet: 68, 3F and 72. RGB value is (104,63,114). Sum of RGB (Red+Green+Blue) = 104+63+114=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #683F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683F72 is #97C08D. Grayscale: #505050. Windows color (decimal): -9945230 or 7487336. OLE color: 7487336.

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

Color convert

RGB 104 63 114 -
CMYK 0.09 0.45 0 0.55
HSL 288.24º 0.29% 0.35% -
HSV(B) 288.24º 0.45% 0.45% -
XYZ 10.52 7.71 16.85 -
YUV 81.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 104 63 114 0.09 0.45 0 0.55 288.24 0.29 0.35
Hex 68 3F 72 9 2D 0 37 120 1D 23
Octal 150 77 162 11 55 0 67 440 35 43
Binary 1101000 111111 1110010 1001 101101 0 110111 100100000 11101 100011

Color Harmonies of #683F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683F72

Black with #683F72

Text Example


Text Example

White with #683F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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