Html Css Color HEX #753182 Eminence

📋 copy color: '#753182'

red 117 ◦ green 49 ◦ blue 130

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

Shades of Eminence #753182

Tints of Eminence #753182

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.55%

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

R = 39.53%
G = 16.55%
B = 43.92%

CMYK

 C value IS 0.1

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#753182 (or 0x753182) is known color: Eminence. HEX triplet: 75, 31 and 82. RGB value is (117,49,130). Sum of RGB (Red+Green+Blue) = 117+49+130=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #753182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753182 is #8ACE7D. Grayscale: #4E4E4E. Windows color (decimal): -9096830 or 8532341. OLE color: 8532341.

HSL color Cylindrical-coordinate representation of color #753182: hue angle of 290.37º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753182 is Cyan = 0.1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 49 130 -
CMYK 0.1 0.62 0 0.49
HSL 290.37º 0.45% 0.35% -
HSV(B) 290.37º 0.62% 0.51% -
XYZ 12.46 7.59 21.93 -
YUV 78.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 117 49 130 0.1 0.62 0 0.49 290.37 0.45 0.35
Hex 75 31 82 A 3E 0 31 122 2D 23
Octal 165 61 202 12 76 0 61 442 55 43
Binary 1110101 110001 10000010 1010 111110 0 110001 100100010 101101 100011

Color Harmonies of #753182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753182

Black with #753182

Text Example


Text Example

White with #753182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753182; }

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

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

background-color css

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

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

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

border-color css

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

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

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