Html Css Color HEX #75327A Eminence

📋 copy color: '#75327A'

red 117 ◦ green 50 ◦ blue 122

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

Shades of Eminence #75327A

Tints of Eminence #75327A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.21%

R = 40.48%
G = 17.3%
B = 42.21%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75327A (or 0x75327A) is known color: Eminence. HEX triplet: 75, 32 and 7A. RGB value is (117,50,122). Sum of RGB (Red+Green+Blue) = 117+50+122=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #75327A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75327A is #8ACD85. Grayscale: #4E4E4E. Windows color (decimal): -9096582 or 8008309. OLE color: 8008309.

HSL color Cylindrical-coordinate representation of color #75327A: hue angle of 295.83º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75327A is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 50 122 -
CMYK 0.04 0.59 0 0.52
HSL 295.83º 0.42% 0.34% -
HSV(B) 295.83º 0.59% 0.48% -
XYZ 11.99 7.47 19.22 -
YUV 78.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 117 50 122 0.04 0.59 0 0.52 295.83 0.42 0.34
Hex 75 32 7A 4 3B 0 34 128 2A 22
Octal 165 62 172 4 73 0 64 450 52 42
Binary 1110101 110010 1111010 100 111011 0 110100 100101000 101010 100010

Color Harmonies of #75327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75327A

Black with #75327A

Text Example


Text Example

White with #75327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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