Html Css Color HEX #68377E Eminence

📋 copy color: '#68377E'

red 104 ◦ green 55 ◦ blue 126

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

Shades of Eminence #68377E

Tints of Eminence #68377E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.21%

R = 36.49%
G = 19.3%
B = 44.21%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#68377E (or 0x68377E) is known color: Eminence. HEX triplet: 68, 37 and 7E. RGB value is (104,55,126). Sum of RGB (Red+Green+Blue) = 104+55+126=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #68377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68377E is #97C881. Grayscale: #4D4D4D. Windows color (decimal): -9947266 or 8271720. OLE color: 8271720.

HSL color Cylindrical-coordinate representation of color #68377E: hue angle of 281.41º 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 #68377E is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 55 126 -
CMYK 0.17 0.56 0 0.51
HSL 281.41º 0.39% 0.35% -
HSV(B) 281.41º 0.56% 0.49% -
XYZ 10.84 7.18 20.55 -
YUV 77.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 104 55 126 0.17 0.56 0 0.51 281.41 0.39 0.35
Hex 68 37 7E 11 38 0 33 119 27 23
Octal 150 67 176 21 70 0 63 431 47 43
Binary 1101000 110111 1111110 10001 111000 0 110011 100011001 100111 100011

Color Harmonies of #68377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68377E

Black with #68377E

Text Example


Text Example

White with #68377E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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