Html Css Color HEX #74397F Eminence

📋 copy color: '#74397F'

red 116 ◦ green 57 ◦ blue 127

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

Shades of Eminence #74397F

Tints of Eminence #74397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19%

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

R = 38.67%
G = 19%
B = 42.33%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74397F (or 0x74397F) is known color: Eminence. HEX triplet: 74, 39 and 7F. RGB value is (116,57,127). Sum of RGB (Red+Green+Blue) = 116+57+127=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #74397F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74397F is #8BC680. Grayscale: #525252. Windows color (decimal): -9160321 or 8337780. OLE color: 8337780.

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

Color convert

RGB 116 57 127 -
CMYK 0.09 0.55 0 0.50
HSL 290.57º 0.38% 0.36% -
HSV(B) 290.57º 0.55% 0.5% -
XYZ 12.5 8.17 21 -
YUV 82.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 116 57 127 0.09 0.55 0 0.50 290.57 0.38 0.36
Hex 74 39 7F 9 37 0 32 123 26 24
Octal 164 71 177 11 67 0 62 443 46 44
Binary 1110100 111001 1111111 1001 110111 0 110010 100100011 100110 100100

Color Harmonies of #74397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74397F

Black with #74397F

Text Example


Text Example

White with #74397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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