Html Css Color HEX #753274 Eminence

📋 copy color: '#753274'

red 117 ◦ green 50 ◦ blue 116

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

Shades of Eminence #753274

Tints of Eminence #753274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.99%

R = 41.34%
G = 17.67%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#753274 (or 0x753274) is known color: Eminence. HEX triplet: 75, 32 and 74. RGB value is (117,50,116). Sum of RGB (Red+Green+Blue) = 117+50+116=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #753274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753274 is #8ACD8B. Grayscale: #4D4D4D. Windows color (decimal): -9096588 or 7615093. OLE color: 7615093.

HSL color Cylindrical-coordinate representation of color #753274: hue angle of 300.9º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753274 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 50 116 -
CMYK 0 0.57 0.01 0.54
HSL 300.9º 0.4% 0.33% -
HSV(B) 300.9º 0.57% 0.46% -
XYZ 11.63 7.32 17.32 -
YUV 77.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 117 50 116 0 0.57 0.01 0.54 300.9 0.4 0.33
Hex 75 32 74 0 39 1 36 12D 28 21
Octal 165 62 164 0 71 1 66 455 50 41
Binary 1110101 110010 1110100 0 111001 1 110110 100101101 101000 100001

Color Harmonies of #753274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753274

Black with #753274

Text Example


Text Example

White with #753274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753274; }

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

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

background-color css

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

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

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

border-color css

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

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

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