Html Css Color HEX #754271 Eminence

📋 copy color: '#754271'

red 117 ◦ green 66 ◦ blue 113

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

Shades of Eminence #754271

Tints of Eminence #754271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

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

R = 39.53%
G = 22.3%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#754271 (or 0x754271) is known color: Eminence. HEX triplet: 75, 42 and 71. RGB value is (117,66,113). Sum of RGB (Red+Green+Blue) = 117+66+113=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #754271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754271 is #8ABD8E. Grayscale: #565656. Windows color (decimal): -9092495 or 7422581. OLE color: 7422581.

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

Color convert

RGB 117 66 113 -
CMYK 0 0.44 0.03 0.54
HSL 304.71º 0.28% 0.36% -
HSV(B) 304.71º 0.44% 0.46% -
XYZ 12.26 8.87 16.69 -
YUV 86.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 117 66 113 0 0.44 0.03 0.54 304.71 0.28 0.36
Hex 75 42 71 0 2C 3 36 131 1C 24
Octal 165 102 161 0 54 3 66 461 34 44
Binary 1110101 1000010 1110001 0 101100 11 110110 100110001 11100 100100

Color Harmonies of #754271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754271

Black with #754271

Text Example


Text Example

White with #754271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754271; }

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

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

background-color css

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

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

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

border-color css

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

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

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