Html Css Color HEX #683375 Eminence

📋 copy color: '#683375'

red 104 ◦ green 51 ◦ blue 117

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

Shades of Eminence #683375

Tints of Eminence #683375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

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

R = 38.24%
G = 18.75%
B = 43.01%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#683375 (or 0x683375) is known color: Eminence. HEX triplet: 68, 33 and 75. RGB value is (104,51,117). Sum of RGB (Red+Green+Blue) = 104+51+117=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #683375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683375 is #97CC8A. Grayscale: #4A4A4A. Windows color (decimal): -9948299 or 7680872. OLE color: 7680872.

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

Color convert

RGB 104 51 117 -
CMYK 0.11 0.56 0 0.54
HSL 288.18º 0.39% 0.33% -
HSV(B) 288.18º 0.56% 0.46% -
XYZ 10.1 6.6 17.57 -
YUV 74.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 104 51 117 0.11 0.56 0 0.54 288.18 0.39 0.33
Hex 68 33 75 B 38 0 36 120 27 21
Octal 150 63 165 13 70 0 66 440 47 41
Binary 1101000 110011 1110101 1011 111000 0 110110 100100000 100111 100001

Color Harmonies of #683375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683375

Black with #683375

Text Example


Text Example

White with #683375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683375; }

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

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

background-color css

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

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

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

border-color css

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

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

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