Html Css Color HEX #743575 Eminence

📋 copy color: '#743575'

red 116 ◦ green 53 ◦ blue 117

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

Shades of Eminence #743575

Tints of Eminence #743575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.53%

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

R = 40.56%
G = 18.53%
B = 40.91%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#743575 (or 0x743575) is known color: Eminence. HEX triplet: 74, 35 and 75. RGB value is (116,53,117). Sum of RGB (Red+Green+Blue) = 116+53+117=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #743575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743575 is #8BCA8A. Grayscale: #4E4E4E. Windows color (decimal): -9161355 or 7681396. OLE color: 7681396.

HSL color Cylindrical-coordinate representation of color #743575: hue angle of 299.06º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #743575 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 53 117 -
CMYK 0.01 0.55 0 0.54
HSL 299.06º 0.38% 0.33% -
HSV(B) 299.06º 0.55% 0.46% -
XYZ 11.69 7.54 17.67 -
YUV 79.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 116 53 117 0.01 0.55 0 0.54 299.06 0.38 0.33
Hex 74 35 75 1 37 0 36 12B 26 21
Octal 164 65 165 1 67 0 66 453 46 41
Binary 1110100 110101 1110101 1 110111 0 110110 100101011 100110 100001

Color Harmonies of #743575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743575

Black with #743575

Text Example


Text Example

White with #743575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743575; }

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

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

background-color css

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

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

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

border-color css

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

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

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