Html Css Color HEX #732480 Eminence

📋 copy color: '#732480'

red 115 ◦ green 36 ◦ blue 128

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

Shades of Eminence #732480

Tints of Eminence #732480

RGB

 RED value IS 115 (45.31% from 255) = 41.22%

 GREEN value IS 36 (14.45% from 255) = 12.9%

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

R = 41.22%
G = 12.9%
B = 45.88%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#732480 (or 0x732480) is known color: Eminence. HEX triplet: 73, 24 and 80. RGB value is (115,36,128). Sum of RGB (Red+Green+Blue) = 115+36+128=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #732480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732480 is #8CDB7F. Grayscale: #454545. Windows color (decimal): -9231232 or 8397939. OLE color: 8397939.

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

Color convert

RGB 115 36 128 -
CMYK 0.10 0.72 0 0.50
HSL 291.52º 0.56% 0.32% -
HSV(B) 291.52º 0.72% 0.5% -
XYZ 11.6 6.47 21.06 -
YUV 70.11 160.67 160.02 -
System Red Green Blue C M Y K H S L
Decimal 115 36 128 0.10 0.72 0 0.50 291.52 0.56 0.32
Hex 73 24 80 A 48 0 32 124 38 20
Octal 163 44 200 12 110 0 62 444 70 40
Binary 1110011 100100 10000000 1010 1001000 0 110010 100100100 111000 100000

Color Harmonies of #732480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732480

Black with #732480

Text Example


Text Example

White with #732480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732480; }

 p { color: rgb(115,36,128); }

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

background-color css

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

 a { background-color: rgb(115,36,128); }

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

border-color css

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

 span { border-color: rgb(115,36,128); }

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