Html Css Color HEX #742582 Eminence

📋 copy color: '#742582'

red 116 ◦ green 37 ◦ blue 130

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

Shades of Eminence #742582

Tints of Eminence #742582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.94%

R = 40.99%
G = 13.07%
B = 45.94%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#742582 (or 0x742582) is known color: Eminence. HEX triplet: 74, 25 and 82. RGB value is (116,37,130). Sum of RGB (Red+Green+Blue) = 116+37+130=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #742582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742582 is #8BDA7D. Grayscale: #464646. Windows color (decimal): -9165438 or 8529268. OLE color: 8529268.

HSL color Cylindrical-coordinate representation of color #742582: hue angle of 290.97º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742582 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 37 130 -
CMYK 0.11 0.72 0 0.49
HSL 290.97º 0.56% 0.33% -
HSV(B) 290.97º 0.72% 0.51% -
XYZ 11.89 6.65 21.78 -
YUV 71.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 116 37 130 0.11 0.72 0 0.49 290.97 0.56 0.33
Hex 74 25 82 B 48 0 31 123 38 21
Octal 164 45 202 13 110 0 61 443 70 41
Binary 1110100 100101 10000010 1011 1001000 0 110001 100100011 111000 100001

Color Harmonies of #742582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742582

Black with #742582

Text Example


Text Example

White with #742582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742582; }

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

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

background-color css

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

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

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

border-color css

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

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

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