Html Css Color HEX #753277 Eminence

📋 copy color: '#753277'

red 117 ◦ green 50 ◦ blue 119

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

Shades of Eminence #753277

Tints of Eminence #753277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

 BLUE value IS 119 (46.88% from 255) = 41.61%

R = 40.91%
G = 17.48%
B = 41.61%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#753277 (or 0x753277) is known color: Eminence. HEX triplet: 75, 32 and 77. RGB value is (117,50,119). Sum of RGB (Red+Green+Blue) = 117+50+119=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #753277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753277 is #8ACD88. Grayscale: #4D4D4D. Windows color (decimal): -9096585 or 7811701. OLE color: 7811701.

HSL color Cylindrical-coordinate representation of color #753277: hue angle of 298.26º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753277 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 50 119 -
CMYK 0.02 0.58 0 0.53
HSL 298.26º 0.41% 0.33% -
HSV(B) 298.26º 0.58% 0.47% -
XYZ 11.81 7.4 18.26 -
YUV 77.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 117 50 119 0.02 0.58 0 0.53 298.26 0.41 0.33
Hex 75 32 77 2 3A 0 35 12A 29 21
Octal 165 62 167 2 72 0 65 452 51 41
Binary 1110101 110010 1110111 10 111010 0 110101 100101010 101001 100001

Color Harmonies of #753277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753277

Black with #753277

Text Example


Text Example

White with #753277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753277; }

 p { color: rgb(117,50,119); }

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

background-color css

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

 a { background-color: rgb(117,50,119); }

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

border-color css

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

 span { border-color: rgb(117,50,119); }

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