Html Css Color HEX #74237F Eminence

📋 copy color: '#74237F'

red 116 ◦ green 35 ◦ blue 127

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

Shades of Eminence #74237F

Tints of Eminence #74237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

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

R = 41.73%
G = 12.59%
B = 45.68%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74237F (or 0x74237F) is known color: Eminence. HEX triplet: 74, 23 and 7F. RGB value is (116,35,127). Sum of RGB (Red+Green+Blue) = 116+35+127=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #74237F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74237F is #8BDC80. Grayscale: #454545. Windows color (decimal): -9165953 or 8332148. OLE color: 8332148.

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

Color convert

RGB 116 35 127 -
CMYK 0.09 0.72 0 0.50
HSL 292.83º 0.57% 0.32% -
HSV(B) 292.83º 0.72% 0.5% -
XYZ 11.63 6.45 20.71 -
YUV 69.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 116 35 127 0.09 0.72 0 0.50 292.83 0.57 0.32
Hex 74 23 7F 9 48 0 32 125 39 20
Octal 164 43 177 11 110 0 62 445 71 40
Binary 1110100 100011 1111111 1001 1001000 0 110010 100100101 111001 100000

Color Harmonies of #74237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74237F

Black with #74237F

Text Example


Text Example

White with #74237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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