Html Css Color HEX #75325F Palatinate Purple

📋 copy color: '#75325F'

red 117 ◦ green 50 ◦ blue 95

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

Shades of Palatinate Purple #75325F

Tints of Palatinate Purple #75325F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.26%

R = 44.66%
G = 19.08%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75325F (or 0x75325F) is known color: Palatinate Purple. HEX triplet: 75, 32 and 5F. RGB value is (117,50,95). Sum of RGB (Red+Green+Blue) = 117+50+95=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75325F is #8ACDA0. Grayscale: #4B4B4B. Windows color (decimal): -9096609 or 6238837. OLE color: 6238837.

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

Color convert

RGB 117 50 95 -
CMYK 0 0.57 0.19 0.54
HSL 319.7º 0.4% 0.33% -
HSV(B) 319.7º 0.57% 0.46% -
XYZ 10.54 6.89 11.6 -
YUV 75.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 117 50 95 0 0.57 0.19 0.54 319.7 0.4 0.33
Hex 75 32 5F 0 39 13 36 140 28 21
Octal 165 62 137 0 71 23 66 500 50 41
Binary 1110101 110010 1011111 0 111001 10011 110110 101000000 101000 100001

Color Harmonies of #75325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75325F

Black with #75325F

Text Example


Text Example

White with #75325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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