Html Css Color HEX #754371 Eminence

📋 copy color: '#754371'

red 117 ◦ green 67 ◦ blue 113

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

Shades of Eminence #754371

Tints of Eminence #754371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.56%

 BLUE value IS 113 (44.53% from 255) = 38.05%

R = 39.39%
G = 22.56%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#754371 (or 0x754371) is known color: Eminence. HEX triplet: 75, 43 and 71. RGB value is (117,67,113). Sum of RGB (Red+Green+Blue) = 117+67+113=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #754371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754371 is #8ABC8E. Grayscale: #575757. Windows color (decimal): -9092239 or 7422837. OLE color: 7422837.

HSL color Cylindrical-coordinate representation of color #754371: hue angle of 304.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #754371 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 67 113 -
CMYK 0 0.43 0.03 0.54
HSL 304.8º 0.27% 0.36% -
HSV(B) 304.8º 0.43% 0.46% -
XYZ 12.32 8.99 16.71 -
YUV 87.19 142.57 149.26 -
System Red Green Blue C M Y K H S L
Decimal 117 67 113 0 0.43 0.03 0.54 304.8 0.27 0.36
Hex 75 43 71 0 2B 3 36 131 1B 24
Octal 165 103 161 0 53 3 66 461 33 44
Binary 1110101 1000011 1110001 0 101011 11 110110 100110001 11011 100100

Color Harmonies of #754371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754371

Black with #754371

Text Example


Text Example

White with #754371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754371; }

 p { color: rgb(117,67,113); }

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

background-color css

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

 a { background-color: rgb(117,67,113); }

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

border-color css

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

 span { border-color: rgb(117,67,113); }

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