Html Css Color HEX #75325D Palatinate Purple

📋 copy color: '#75325D'

red 117 ◦ green 50 ◦ blue 93

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

Shades of Palatinate Purple #75325D

Tints of Palatinate Purple #75325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.77%

R = 45%
G = 19.23%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75325D (or 0x75325D) is known color: Palatinate Purple. HEX triplet: 75, 32 and 5D. RGB value is (117,50,93). Sum of RGB (Red+Green+Blue) = 117+50+93=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #75325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75325D is #8ACDA2. Grayscale: #4A4A4A. Windows color (decimal): -9096611 or 6107765. OLE color: 6107765.

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

Color convert

RGB 117 50 93 -
CMYK 0 0.57 0.21 0.54
HSL 321.49º 0.4% 0.33% -
HSV(B) 321.49º 0.57% 0.46% -
XYZ 10.45 6.85 11.13 -
YUV 74.94 138.2 158 -
System Red Green Blue C M Y K H S L
Decimal 117 50 93 0 0.57 0.21 0.54 321.49 0.4 0.33
Hex 75 32 5D 0 39 15 36 141 28 21
Octal 165 62 135 0 71 25 66 501 50 41
Binary 1110101 110010 1011101 0 111001 10101 110110 101000001 101000 100001

Color Harmonies of #75325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75325D

Black with #75325D

Text Example


Text Example

White with #75325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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