Html Css Color HEX #742580 Eminence

📋 copy color: '#742580'

red 116 ◦ green 37 ◦ blue 128

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

Shades of Eminence #742580

Tints of Eminence #742580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

 BLUE value IS 128 (50.39% from 255) = 45.55%

R = 41.28%
G = 13.17%
B = 45.55%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#742580 (or 0x742580) is known color: Eminence. HEX triplet: 74, 25 and 80. RGB value is (116,37,128). Sum of RGB (Red+Green+Blue) = 116+37+128=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #742580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742580 is #8BDA7F. Grayscale: #464646. Windows color (decimal): -9165440 or 8398196. OLE color: 8398196.

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

Color convert

RGB 116 37 128 -
CMYK 0.09 0.71 0 0.50
HSL 292.09º 0.55% 0.32% -
HSV(B) 292.09º 0.71% 0.5% -
XYZ 11.76 6.59 21.08 -
YUV 71 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 116 37 128 0.09 0.71 0 0.50 292.09 0.55 0.32
Hex 74 25 80 9 47 0 32 124 37 20
Octal 164 45 200 11 107 0 62 444 67 40
Binary 1110100 100101 10000000 1001 1000111 0 110010 100100100 110111 100000

Color Harmonies of #742580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742580

Black with #742580

Text Example


Text Example

White with #742580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742580; }

 p { color: rgb(116,37,128); }

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

background-color css

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

 a { background-color: rgb(116,37,128); }

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

border-color css

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

 span { border-color: rgb(116,37,128); }

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