Html Css Color HEX #75325E Palatinate Purple

📋 copy color: '#75325E'

red 117 ◦ green 50 ◦ blue 94

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

Shades of Palatinate Purple #75325E

Tints of Palatinate Purple #75325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 44.83%
G = 19.16%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75325E (or 0x75325E) is known color: Palatinate Purple. HEX triplet: 75, 32 and 5E. RGB value is (117,50,94). Sum of RGB (Red+Green+Blue) = 117+50+94=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75325E is #8ACDA1. Grayscale: #4A4A4A. Windows color (decimal): -9096610 or 6173301. OLE color: 6173301.

HSL color Cylindrical-coordinate representation of color #75325E: hue angle of 320.6º 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 #75325E is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 50 94 -
CMYK 0 0.57 0.20 0.54
HSL 320.6º 0.4% 0.33% -
HSV(B) 320.6º 0.57% 0.46% -
XYZ 10.5 6.87 11.36 -
YUV 75.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 117 50 94 0 0.57 0.20 0.54 320.6 0.4 0.33
Hex 75 32 5E 0 39 14 36 141 28 21
Octal 165 62 136 0 71 24 66 501 50 41
Binary 1110101 110010 1011110 0 111001 10100 110110 101000001 101000 100001

Color Harmonies of #75325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75325E

Black with #75325E

Text Example


Text Example

White with #75325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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