Html Css Color HEX #68377C Eminence

📋 copy color: '#68377C'

red 104 ◦ green 55 ◦ blue 124

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

Shades of Eminence #68377C

Tints of Eminence #68377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.43%

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

R = 36.75%
G = 19.43%
B = 43.82%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68377C (or 0x68377C) is known color: Eminence. HEX triplet: 68, 37 and 7C. RGB value is (104,55,124). Sum of RGB (Red+Green+Blue) = 104+55+124=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #68377C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68377C is #97C883. Grayscale: #4D4D4D. Windows color (decimal): -9947268 or 8140648. OLE color: 8140648.

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

Color convert

RGB 104 55 124 -
CMYK 0.16 0.56 0 0.51
HSL 282.61º 0.39% 0.35% -
HSV(B) 282.61º 0.56% 0.49% -
XYZ 10.71 7.13 19.88 -
YUV 77.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 104 55 124 0.16 0.56 0 0.51 282.61 0.39 0.35
Hex 68 37 7C 10 38 0 33 11B 27 23
Octal 150 67 174 20 70 0 63 433 47 43
Binary 1101000 110111 1111100 10000 111000 0 110011 100011011 100111 100011

Color Harmonies of #68377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68377C

Black with #68377C

Text Example


Text Example

White with #68377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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