Html Css Color HEX #68397C Eminence

📋 copy color: '#68397C'

red 104 ◦ green 57 ◦ blue 124

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

Shades of Eminence #68397C

Tints of Eminence #68397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20%

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 36.49%
G = 20%
B = 43.51%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68397C (or 0x68397C) is known color: Eminence. HEX triplet: 68, 39 and 7C. RGB value is (104,57,124). Sum of RGB (Red+Green+Blue) = 104+57+124=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #68397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68397C is #97C683. Grayscale: #4E4E4E. Windows color (decimal): -9946756 or 8141160. OLE color: 8141160.

HSL color Cylindrical-coordinate representation of color #68397C: hue angle of 282.09º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68397C is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 57 124 -
CMYK 0.16 0.54 0 0.51
HSL 282.09º 0.37% 0.35% -
HSV(B) 282.09º 0.54% 0.49% -
XYZ 10.81 7.32 19.91 -
YUV 78.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 104 57 124 0.16 0.54 0 0.51 282.09 0.37 0.35
Hex 68 39 7C 10 36 0 33 11A 25 23
Octal 150 71 174 20 66 0 63 432 45 43
Binary 1101000 111001 1111100 10000 110110 0 110011 100011010 100101 100011

Color Harmonies of #68397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68397C

Black with #68397C

Text Example


Text Example

White with #68397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68397C; }

 p { color: rgb(104,57,124); }

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

background-color css

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

 a { background-color: rgb(104,57,124); }

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

border-color css

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

 span { border-color: rgb(104,57,124); }

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