Html Css Color HEX #754270 Eminence

📋 copy color: '#754270'

red 117 ◦ green 66 ◦ blue 112

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

Shades of Eminence #754270

Tints of Eminence #754270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 39.66%
G = 22.37%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#754270 (or 0x754270) is known color: Eminence. HEX triplet: 75, 42 and 70. RGB value is (117,66,112). Sum of RGB (Red+Green+Blue) = 117+66+112=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #754270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754270 is #8ABD8F. Grayscale: #565656. Windows color (decimal): -9092496 or 7357045. OLE color: 7357045.

HSL color Cylindrical-coordinate representation of color #754270: hue angle of 305.88º 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 #754270 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 112 -
CMYK 0 0.44 0.04 0.54
HSL 305.88º 0.28% 0.36% -
HSV(B) 305.88º 0.44% 0.46% -
XYZ 12.21 8.85 16.39 -
YUV 86.49 142.4 149.76 -
System Red Green Blue C M Y K H S L
Decimal 117 66 112 0 0.44 0.04 0.54 305.88 0.28 0.36
Hex 75 42 70 0 2C 4 36 132 1C 24
Octal 165 102 160 0 54 4 66 462 34 44
Binary 1110101 1000010 1110000 0 101100 100 110110 100110010 11100 100100

Color Harmonies of #754270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754270

Black with #754270

Text Example


Text Example

White with #754270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754270; }

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

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

background-color css

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

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

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

border-color css

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

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

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