Html Css Color HEX #74357D Eminence

📋 copy color: '#74357D'

red 116 ◦ green 53 ◦ blue 125

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

Shades of Eminence #74357D

Tints of Eminence #74357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.52%

R = 39.46%
G = 18.03%
B = 42.52%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74357D (or 0x74357D) is known color: Eminence. HEX triplet: 74, 35 and 7D. RGB value is (116,53,125). Sum of RGB (Red+Green+Blue) = 116+53+125=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #74357D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74357D is #8BCA82. Grayscale: #4F4F4F. Windows color (decimal): -9161347 or 8205684. OLE color: 8205684.

HSL color Cylindrical-coordinate representation of color #74357D: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74357D is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 53 125 -
CMYK 0.07 0.58 0 0.51
HSL 292.5º 0.4% 0.35% -
HSV(B) 292.5º 0.58% 0.49% -
XYZ 12.18 7.74 20.25 -
YUV 80.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 116 53 125 0.07 0.58 0 0.51 292.5 0.4 0.35
Hex 74 35 7D 7 3A 0 33 124 28 23
Octal 164 65 175 7 72 0 63 444 50 43
Binary 1110100 110101 1111101 111 111010 0 110011 100100100 101000 100011

Color Harmonies of #74357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74357D

Black with #74357D

Text Example


Text Example

White with #74357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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