Html Css Color HEX #743075 Eminence

📋 copy color: '#743075'

red 116 ◦ green 48 ◦ blue 117

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

Shades of Eminence #743075

Tints of Eminence #743075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

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

R = 41.28%
G = 17.08%
B = 41.64%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#743075 (or 0x743075) is known color: Eminence. HEX triplet: 74, 30 and 75. RGB value is (116,48,117). Sum of RGB (Red+Green+Blue) = 116+48+117=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #743075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743075 is #8BCF8A. Grayscale: #4B4B4B. Windows color (decimal): -9162635 or 7680116. OLE color: 7680116.

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

Color convert

RGB 116 48 117 -
CMYK 0.01 0.59 0 0.54
HSL 299.13º 0.42% 0.32% -
HSV(B) 299.13º 0.59% 0.46% -
XYZ 11.47 7.11 17.6 -
YUV 76.2 151.03 156.39 -
System Red Green Blue C M Y K H S L
Decimal 116 48 117 0.01 0.59 0 0.54 299.13 0.42 0.32
Hex 74 30 75 1 3B 0 36 12B 2A 20
Octal 164 60 165 1 73 0 66 453 52 40
Binary 1110100 110000 1110101 1 111011 0 110110 100101011 101010 100000

Color Harmonies of #743075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743075

Black with #743075

Text Example


Text Example

White with #743075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743075; }

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

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

background-color css

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

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

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

border-color css

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

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

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