Html Css Color HEX #683575 Eminence

📋 copy color: '#683575'

red 104 ◦ green 53 ◦ blue 117

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

Shades of Eminence #683575

Tints of Eminence #683575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.34%

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

R = 37.96%
G = 19.34%
B = 42.7%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#683575 (or 0x683575) is known color: Eminence. HEX triplet: 68, 35 and 75. RGB value is (104,53,117). Sum of RGB (Red+Green+Blue) = 104+53+117=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #683575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683575 is #97CA8A. Grayscale: #4B4B4B. Windows color (decimal): -9947787 or 7681384. OLE color: 7681384.

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

Color convert

RGB 104 53 117 -
CMYK 0.11 0.55 0 0.54
HSL 287.81º 0.38% 0.33% -
HSV(B) 287.81º 0.55% 0.46% -
XYZ 10.19 6.77 17.6 -
YUV 75.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 104 53 117 0.11 0.55 0 0.54 287.81 0.38 0.33
Hex 68 35 75 B 37 0 36 120 26 21
Octal 150 65 165 13 67 0 66 440 46 41
Binary 1101000 110101 1110101 1011 110111 0 110110 100100000 100110 100001

Color Harmonies of #683575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683575

Black with #683575

Text Example


Text Example

White with #683575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683575; }

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

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

background-color css

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

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

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

border-color css

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

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

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