Html Css Color HEX #742182 Eminence

📋 copy color: '#742182'

red 116 ◦ green 33 ◦ blue 130

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

Shades of Eminence #742182

Tints of Eminence #742182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.83%

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

R = 41.58%
G = 11.83%
B = 46.59%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#742182 (or 0x742182) is known color: Eminence. HEX triplet: 74, 21 and 82. RGB value is (116,33,130). Sum of RGB (Red+Green+Blue) = 116+33+130=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #742182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742182 is #8BDE7D. Grayscale: #444444. Windows color (decimal): -9166462 or 8528244. OLE color: 8528244.

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

Color convert

RGB 116 33 130 -
CMYK 0.11 0.75 0 0.49
HSL 291.34º 0.6% 0.32% -
HSV(B) 291.34º 0.75% 0.51% -
XYZ 11.78 6.41 21.74 -
YUV 68.88 162.5 161.61 -
System Red Green Blue C M Y K H S L
Decimal 116 33 130 0.11 0.75 0 0.49 291.34 0.6 0.32
Hex 74 21 82 B 4B 0 31 123 3C 20
Octal 164 41 202 13 113 0 61 443 74 40
Binary 1110100 100001 10000010 1011 1001011 0 110001 100100011 111100 100000

Color Harmonies of #742182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742182

Black with #742182

Text Example


Text Example

White with #742182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742182; }

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

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

background-color css

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

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

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

border-color css

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

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

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