Html Css Color HEX #744275 Eminence

📋 copy color: '#744275'

red 116 ◦ green 66 ◦ blue 117

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

Shades of Eminence #744275

Tints of Eminence #744275

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

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

Color convert

RGB 116 66 117 -
CMYK 0.01 0.44 0 0.54
HSL 298.82º 0.28% 0.36% -
HSV(B) 298.82º 0.44% 0.46% -
XYZ 12.36 8.89 17.89 -
YUV 86.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 116 66 117 0.01 0.44 0 0.54 298.82 0.28 0.36
Hex 74 42 75 1 2C 0 36 12B 1C 24
Octal 164 102 165 1 54 0 66 453 34 44
Binary 1110100 1000010 1110101 1 101100 0 110110 100101011 11100 100100

Color Harmonies of #744275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744275

Black with #744275

Text Example


Text Example

White with #744275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744275; }

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

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

background-color css

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

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

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

border-color css

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

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

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