Html Css Color HEX #752481 Eminence

📋 copy color: '#752481'

red 117 ◦ green 36 ◦ blue 129

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

Shades of Eminence #752481

Tints of Eminence #752481

RGB

 RED value IS 117 (46.09% from 255) = 41.49%

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

 BLUE value IS 129 (50.78% from 255) = 45.74%

R = 41.49%
G = 12.77%
B = 45.74%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#752481 (or 0x752481) is known color: Eminence. HEX triplet: 75, 24 and 81. RGB value is (117,36,129). Sum of RGB (Red+Green+Blue) = 117+36+129=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #752481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752481 is #8ADB7E. Grayscale: #464646. Windows color (decimal): -9100159 or 8463477. OLE color: 8463477.

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

Color convert

RGB 117 36 129 -
CMYK 0.09 0.72 0 0.49
HSL 292.26º 0.56% 0.32% -
HSV(B) 292.26º 0.72% 0.51% -
XYZ 11.93 6.63 21.42 -
YUV 70.82 160.84 160.94 -
System Red Green Blue C M Y K H S L
Decimal 117 36 129 0.09 0.72 0 0.49 292.26 0.56 0.32
Hex 75 24 81 9 48 0 31 124 38 20
Octal 165 44 201 11 110 0 61 444 70 40
Binary 1110101 100100 10000001 1001 1001000 0 110001 100100100 111000 100000

Color Harmonies of #752481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752481

Black with #752481

Text Example


Text Example

White with #752481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752481; }

 p { color: rgb(117,36,129); }

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

background-color css

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

 a { background-color: rgb(117,36,129); }

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

border-color css

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

 span { border-color: rgb(117,36,129); }

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