Html Css Color HEX #752960 Palatinate Purple

📋 copy color: '#752960'

red 117 ◦ green 41 ◦ blue 96

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

Shades of Palatinate Purple #752960

Tints of Palatinate Purple #752960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.14%

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 46.06%
G = 16.14%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#752960 (or 0x752960) is known color: Palatinate Purple. HEX triplet: 75, 29 and 60. RGB value is (117,41,96). Sum of RGB (Red+Green+Blue) = 117+41+96=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #752960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752960 is #8AD69F. Grayscale: #454545. Windows color (decimal): -9098912 or 6302069. OLE color: 6302069.

HSL color Cylindrical-coordinate representation of color #752960: hue angle of 316.58º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752960 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 41 96 -
CMYK 0 0.65 0.18 0.54
HSL 316.58º 0.48% 0.31% -
HSV(B) 316.58º 0.65% 0.46% -
XYZ 10.24 6.21 11.73 -
YUV 69.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 117 41 96 0 0.65 0.18 0.54 316.58 0.48 0.31
Hex 75 29 60 0 41 12 36 13D 30 1F
Octal 165 51 140 0 101 22 66 475 60 37
Binary 1110101 101001 1100000 0 1000001 10010 110110 100111101 110000 11111

Color Harmonies of #752960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752960

Black with #752960

Text Example


Text Example

White with #752960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752960; }

 p { color: rgb(117,41,96); }

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

background-color css

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

 a { background-color: rgb(117,41,96); }

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

border-color css

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

 span { border-color: rgb(117,41,96); }

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