Html Css Color HEX #75377E Eminence

📋 copy color: '#75377E'

red 117 ◦ green 55 ◦ blue 126

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

Shades of Eminence #75377E

Tints of Eminence #75377E

RGB

 RED value IS 117 (46.09% from 255) = 39.26%

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

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

R = 39.26%
G = 18.46%
B = 42.28%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75377E (or 0x75377E) is known color: Eminence. HEX triplet: 75, 37 and 7E. RGB value is (117,55,126). Sum of RGB (Red+Green+Blue) = 117+55+126=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 126 - color contains mainly: blue. Hex color #75377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75377E is #8AC881. Grayscale: #515151. Windows color (decimal): -9095298 or 8271733. OLE color: 8271733.

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

Color convert

RGB 117 55 126 -
CMYK 0.07 0.56 0 0.51
HSL 292.39º 0.39% 0.35% -
HSV(B) 292.39º 0.56% 0.49% -
XYZ 12.47 8.02 20.63 -
YUV 81.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 117 55 126 0.07 0.56 0 0.51 292.39 0.39 0.35
Hex 75 37 7E 7 38 0 33 124 27 23
Octal 165 67 176 7 70 0 63 444 47 43
Binary 1110101 110111 1111110 111 111000 0 110011 100100100 100111 100011

Color Harmonies of #75377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75377E

Black with #75377E

Text Example


Text Example

White with #75377E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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