Html Css Color HEX #74407F Eminence

📋 copy color: '#74407F'

red 116 ◦ green 64 ◦ blue 127

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

Shades of Eminence #74407F

Tints of Eminence #74407F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.85%

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

R = 37.79%
G = 20.85%
B = 41.37%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74407F (or 0x74407F) is known color: Eminence. HEX triplet: 74, 40 and 7F. RGB value is (116,64,127). Sum of RGB (Red+Green+Blue) = 116+64+127=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #74407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74407F is #8BBF80. Grayscale: #565656. Windows color (decimal): -9158529 or 8339572. OLE color: 8339572.

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

Color convert

RGB 116 64 127 -
CMYK 0.09 0.50 0 0.50
HSL 289.52º 0.33% 0.37% -
HSV(B) 289.52º 0.5% 0.5% -
XYZ 12.87 8.91 21.12 -
YUV 86.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 116 64 127 0.09 0.50 0 0.50 289.52 0.33 0.37
Hex 74 40 7F 9 32 0 32 122 21 25
Octal 164 100 177 11 62 0 62 442 41 45
Binary 1110100 1000000 1111111 1001 110010 0 110010 100100010 100001 100101

Color Harmonies of #74407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74407F

Black with #74407F

Text Example


Text Example

White with #74407F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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