Html Css Color HEX #74427A Eminence

📋 copy color: '#74427A'

red 116 ◦ green 66 ◦ blue 122

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

Shades of Eminence #74427A

Tints of Eminence #74427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

 BLUE value IS 122 (48.05% from 255) = 40.13%

R = 38.16%
G = 21.71%
B = 40.13%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74427A (or 0x74427A) is known color: Eminence. HEX triplet: 74, 42 and 7A. RGB value is (116,66,122). Sum of RGB (Red+Green+Blue) = 116+66+122=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #74427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74427A is #8BBD85. Grayscale: #575757. Windows color (decimal): -9158022 or 8012404. OLE color: 8012404.

HSL color Cylindrical-coordinate representation of color #74427A: hue angle of 293.57º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74427A is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 66 122 -
CMYK 0.05 0.46 0 0.52
HSL 293.57º 0.3% 0.37% -
HSV(B) 293.57º 0.46% 0.48% -
XYZ 12.66 9.01 19.48 -
YUV 87.33 147.57 148.45 -
System Red Green Blue C M Y K H S L
Decimal 116 66 122 0.05 0.46 0 0.52 293.57 0.3 0.37
Hex 74 42 7A 5 2E 0 34 126 1E 25
Octal 164 102 172 5 56 0 64 446 36 45
Binary 1110100 1000010 1111010 101 101110 0 110100 100100110 11110 100101

Color Harmonies of #74427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74427A

Black with #74427A

Text Example


Text Example

White with #74427A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74427A; }

 p { color: rgb(116,66,122); }

 H1.HeaderClassName
 {
   color: #74427A;
 }
 .AnyTagClassName
 {
   color: #74427A;
 }
</style>

background-color css

<style>
 a { background-color: #74427A; }

 a { background-color: rgb(116,66,122); }

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

border-color css

<style>
 span { border-color: #74427A; }

 span { border-color: rgb(116,66,122); }

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