Html Css Color HEX #683875 Eminence

📋 copy color: '#683875'

red 104 ◦ green 56 ◦ blue 117

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

Shades of Eminence #683875

Tints of Eminence #683875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.24%

R = 37.55%
G = 20.22%
B = 42.24%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#683875 (or 0x683875) is known color: Eminence. HEX triplet: 68, 38 and 75. RGB value is (104,56,117). Sum of RGB (Red+Green+Blue) = 104+56+117=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #683875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683875 is #97C78A. Grayscale: #4D4D4D. Windows color (decimal): -9947019 or 7682152. OLE color: 7682152.

HSL color Cylindrical-coordinate representation of color #683875: hue angle of 287.21º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683875 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 56 117 -
CMYK 0.11 0.52 0 0.54
HSL 287.21º 0.35% 0.34% -
HSV(B) 287.21º 0.52% 0.46% -
XYZ 10.33 7.06 17.65 -
YUV 77.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 104 56 117 0.11 0.52 0 0.54 287.21 0.35 0.34
Hex 68 38 75 B 34 0 36 11F 23 22
Octal 150 70 165 13 64 0 66 437 43 42
Binary 1101000 111000 1110101 1011 110100 0 110110 100011111 100011 100010

Color Harmonies of #683875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683875

Black with #683875

Text Example


Text Example

White with #683875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683875; }

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

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

background-color css

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

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

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

border-color css

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

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

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