Html Css Color HEX #753160 Palatinate Purple

📋 copy color: '#753160'

red 117 ◦ green 49 ◦ blue 96

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

Shades of Palatinate Purple #753160

Tints of Palatinate Purple #753160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.7%

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

R = 44.66%
G = 18.7%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#753160 (or 0x753160) is known color: Palatinate Purple. HEX triplet: 75, 31 and 60. RGB value is (117,49,96). Sum of RGB (Red+Green+Blue) = 117+49+96=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #753160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753160 is #8ACE9F. Grayscale: #4A4A4A. Windows color (decimal): -9096864 or 6304117. OLE color: 6304117.

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

Color convert

RGB 117 49 96 -
CMYK 0 0.58 0.18 0.54
HSL 318.53º 0.41% 0.33% -
HSV(B) 318.53º 0.58% 0.46% -
XYZ 10.55 6.82 11.83 -
YUV 74.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 117 49 96 0 0.58 0.18 0.54 318.53 0.41 0.33
Hex 75 31 60 0 3A 12 36 13F 29 21
Octal 165 61 140 0 72 22 66 477 51 41
Binary 1110101 110001 1100000 0 111010 10010 110110 100111111 101001 100001

Color Harmonies of #753160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753160

Black with #753160

Text Example


Text Example

White with #753160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753160; }

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

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

background-color css

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

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

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

border-color css

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

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

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