Html Css Color HEX #68397A Eminence

📋 copy color: '#68397A'

red 104 ◦ green 57 ◦ blue 122

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

Shades of Eminence #68397A

Tints of Eminence #68397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.11%

R = 36.75%
G = 20.14%
B = 43.11%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#68397A (or 0x68397A) is known color: Eminence. HEX triplet: 68, 39 and 7A. RGB value is (104,57,122). Sum of RGB (Red+Green+Blue) = 104+57+122=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #68397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68397A is #97C685. Grayscale: #4E4E4E. Windows color (decimal): -9946758 or 8010088. OLE color: 8010088.

HSL color Cylindrical-coordinate representation of color #68397A: hue angle of 283.38º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68397A is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 57 122 -
CMYK 0.15 0.53 0 0.52
HSL 283.38º 0.36% 0.35% -
HSV(B) 283.38º 0.53% 0.48% -
XYZ 10.68 7.27 19.25 -
YUV 78.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 104 57 122 0.15 0.53 0 0.52 283.38 0.36 0.35
Hex 68 39 7A F 35 0 34 11B 24 23
Octal 150 71 172 17 65 0 64 433 44 43
Binary 1101000 111001 1111010 1111 110101 0 110100 100011011 100100 100011

Color Harmonies of #68397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68397A

Black with #68397A

Text Example


Text Example

White with #68397A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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