Html Css Color HEX #753482 Eminence

📋 copy color: '#753482'

red 117 ◦ green 52 ◦ blue 130

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

Shades of Eminence #753482

Tints of Eminence #753482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.39%

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

R = 39.13%
G = 17.39%
B = 43.48%

CMYK

 C value IS 0.1

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#753482 (or 0x753482) is known color: Eminence. HEX triplet: 75, 34 and 82. RGB value is (117,52,130). Sum of RGB (Red+Green+Blue) = 117+52+130=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #753482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753482 is #8ACB7D. Grayscale: #505050. Windows color (decimal): -9096062 or 8533109. OLE color: 8533109.

HSL color Cylindrical-coordinate representation of color #753482: hue angle of 290º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #753482 is Cyan = 0.1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 52 130 -
CMYK 0.1 0.60 0 0.49
HSL 290º 0.43% 0.36% -
HSV(B) 290º 0.6% 0.51% -
XYZ 12.59 7.85 21.97 -
YUV 80.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 117 52 130 0.1 0.60 0 0.49 290 0.43 0.36
Hex 75 34 82 A 3C 0 31 122 2B 24
Octal 165 64 202 12 74 0 61 442 53 44
Binary 1110101 110100 10000010 1010 111100 0 110001 100100010 101011 100100

Color Harmonies of #753482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753482

Black with #753482

Text Example


Text Example

White with #753482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753482; }

 p { color: rgb(117,52,130); }

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

background-color css

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

 a { background-color: rgb(117,52,130); }

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

border-color css

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

 span { border-color: rgb(117,52,130); }

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