Html Css Color HEX #753372 Eminence

📋 copy color: '#753372'

red 117 ◦ green 51 ◦ blue 114

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

Shades of Eminence #753372

Tints of Eminence #753372

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.09%

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 41.49%
G = 18.09%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#753372 (or 0x753372) is known color: Eminence. HEX triplet: 75, 33 and 72. RGB value is (117,51,114). Sum of RGB (Red+Green+Blue) = 117+51+114=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #753372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753372 is #8ACC8D. Grayscale: #4D4D4D. Windows color (decimal): -9096334 or 7484277. OLE color: 7484277.

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

Color convert

RGB 117 51 114 -
CMYK 0 0.56 0.03 0.54
HSL 302.73º 0.39% 0.33% -
HSV(B) 302.73º 0.56% 0.46% -
XYZ 11.56 7.36 16.73 -
YUV 77.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 117 51 114 0 0.56 0.03 0.54 302.73 0.39 0.33
Hex 75 33 72 0 38 3 36 12F 27 21
Octal 165 63 162 0 70 3 66 457 47 41
Binary 1110101 110011 1110010 0 111000 11 110110 100101111 100111 100001

Color Harmonies of #753372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753372

Black with #753372

Text Example


Text Example

White with #753372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753372; }

 p { color: rgb(117,51,114); }

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

background-color css

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

 a { background-color: rgb(117,51,114); }

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

border-color css

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

 span { border-color: rgb(117,51,114); }

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