Html Css Color HEX #74357F Eminence

📋 copy color: '#74357F'

red 116 ◦ green 53 ◦ blue 127

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

Shades of Eminence #74357F

Tints of Eminence #74357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.91%

R = 39.19%
G = 17.91%
B = 42.91%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74357F (or 0x74357F) is known color: Eminence. HEX triplet: 74, 35 and 7F. RGB value is (116,53,127). Sum of RGB (Red+Green+Blue) = 116+53+127=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #74357F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74357F is #8BCA80. Grayscale: #505050. Windows color (decimal): -9161345 or 8336756. OLE color: 8336756.

HSL color Cylindrical-coordinate representation of color #74357F: hue angle of 291.08º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74357F is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 53 127 -
CMYK 0.09 0.58 0 0.50
HSL 291.08º 0.41% 0.35% -
HSV(B) 291.08º 0.58% 0.5% -
XYZ 12.31 7.79 20.93 -
YUV 80.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 116 53 127 0.09 0.58 0 0.50 291.08 0.41 0.35
Hex 74 35 7F 9 3A 0 32 123 29 23
Octal 164 65 177 11 72 0 62 443 51 43
Binary 1110100 110101 1111111 1001 111010 0 110010 100100011 101001 100011

Color Harmonies of #74357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74357F

Black with #74357F

Text Example


Text Example

White with #74357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74357F; }

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

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

background-color css

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

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

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

border-color css

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

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

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