Html Css Color HEX #754274 Eminence

📋 copy color: '#754274'

red 117 ◦ green 66 ◦ blue 116

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

Shades of Eminence #754274

Tints of Eminence #754274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 39.13%
G = 22.07%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#754274 (or 0x754274) is known color: Eminence. HEX triplet: 75, 42 and 74. RGB value is (117,66,116). Sum of RGB (Red+Green+Blue) = 117+66+116=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #754274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754274 is #8ABD8B. Grayscale: #565656. Windows color (decimal): -9092492 or 7619189. OLE color: 7619189.

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

Color convert

RGB 117 66 116 -
CMYK 0 0.44 0.01 0.54
HSL 301.18º 0.28% 0.36% -
HSV(B) 301.18º 0.44% 0.46% -
XYZ 12.44 8.94 17.59 -
YUV 86.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 117 66 116 0 0.44 0.01 0.54 301.18 0.28 0.36
Hex 75 42 74 0 2C 1 36 12D 1C 24
Octal 165 102 164 0 54 1 66 455 34 44
Binary 1110101 1000010 1110100 0 101100 1 110110 100101101 11100 100100

Color Harmonies of #754274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754274

Black with #754274

Text Example


Text Example

White with #754274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754274; }

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

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

background-color css

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

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

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

border-color css

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

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

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