Html Css Color HEX #752782 Eminence

📋 copy color: '#752782'

red 117 ◦ green 39 ◦ blue 130

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

Shades of Eminence #752782

Tints of Eminence #752782

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.64%

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

R = 40.91%
G = 13.64%
B = 45.45%

CMYK

 C value IS 0.1

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#752782 (or 0x752782) is known color: Eminence. HEX triplet: 75, 27 and 82. RGB value is (117,39,130). Sum of RGB (Red+Green+Blue) = 117+39+130=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #752782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752782 is #8AD87D. Grayscale: #484848. Windows color (decimal): -9099390 or 8529781. OLE color: 8529781.

HSL color Cylindrical-coordinate representation of color #752782: hue angle of 291.43º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752782 is Cyan = 0.1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 39 130 -
CMYK 0.1 0.70 0 0.49
HSL 291.43º 0.54% 0.33% -
HSV(B) 291.43º 0.7% 0.51% -
XYZ 12.09 6.84 21.8 -
YUV 72.7 160.34 159.6 -
System Red Green Blue C M Y K H S L
Decimal 117 39 130 0.1 0.70 0 0.49 291.43 0.54 0.33
Hex 75 27 82 A 46 0 31 123 36 21
Octal 165 47 202 12 106 0 61 443 66 41
Binary 1110101 100111 10000010 1010 1000110 0 110001 100100011 110110 100001

Color Harmonies of #752782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752782

Black with #752782

Text Example


Text Example

White with #752782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752782; }

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

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

background-color css

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

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

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

border-color css

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

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

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