Html Css Color HEX #75327D Eminence

📋 copy color: '#75327D'

red 117 ◦ green 50 ◦ blue 125

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

Shades of Eminence #75327D

Tints of Eminence #75327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.81%

R = 40.07%
G = 17.12%
B = 42.81%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75327D (or 0x75327D) is known color: Eminence. HEX triplet: 75, 32 and 7D. RGB value is (117,50,125). Sum of RGB (Red+Green+Blue) = 117+50+125=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #75327D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75327D is #8ACD82. Grayscale: #4E4E4E. Windows color (decimal): -9096579 or 8204917. OLE color: 8204917.

HSL color Cylindrical-coordinate representation of color #75327D: hue angle of 293.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75327D is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 50 125 -
CMYK 0.06 0.60 0 0.51
HSL 293.6º 0.43% 0.34% -
HSV(B) 293.6º 0.6% 0.49% -
XYZ 12.18 7.54 20.22 -
YUV 78.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 117 50 125 0.06 0.60 0 0.51 293.6 0.43 0.34
Hex 75 32 7D 6 3C 0 33 126 2B 22
Octal 165 62 175 6 74 0 63 446 53 42
Binary 1110101 110010 1111101 110 111100 0 110011 100100110 101011 100010

Color Harmonies of #75327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75327D

Black with #75327D

Text Example


Text Example

White with #75327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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