Html Css Color HEX #743570 Eminence

📋 copy color: '#743570'

red 116 ◦ green 53 ◦ blue 112

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

Shades of Eminence #743570

Tints of Eminence #743570

RGB

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

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

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

R = 41.28%
G = 18.86%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#743570 (or 0x743570) is known color: Eminence. HEX triplet: 74, 35 and 70. RGB value is (116,53,112). Sum of RGB (Red+Green+Blue) = 116+53+112=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #743570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743570 is #8BCA8F. Grayscale: #4E4E4E. Windows color (decimal): -9161360 or 7353716. OLE color: 7353716.

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

Color convert

RGB 116 53 112 -
CMYK 0 0.54 0.03 0.55
HSL 303.81º 0.37% 0.33% -
HSV(B) 303.81º 0.54% 0.45% -
XYZ 11.4 7.43 16.16 -
YUV 78.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 116 53 112 0 0.54 0.03 0.55 303.81 0.37 0.33
Hex 74 35 70 0 36 3 37 130 25 21
Octal 164 65 160 0 66 3 67 460 45 41
Binary 1110100 110101 1110000 0 110110 11 110111 100110000 100101 100001

Color Harmonies of #743570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743570

Black with #743570

Text Example


Text Example

White with #743570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743570; }

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

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

background-color css

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

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

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

border-color css

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

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

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