Html Css Color HEX #753161 Palatinate Purple

📋 copy color: '#753161'

red 117 ◦ green 49 ◦ blue 97

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

Shades of Palatinate Purple #753161

Tints of Palatinate Purple #753161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 44.49%
G = 18.63%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#753161 (or 0x753161) is known color: Palatinate Purple. HEX triplet: 75, 31 and 61. RGB value is (117,49,97). Sum of RGB (Red+Green+Blue) = 117+49+97=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #753161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753161 is #8ACE9E. Grayscale: #4A4A4A. Windows color (decimal): -9096863 or 6369653. OLE color: 6369653.

HSL color Cylindrical-coordinate representation of color #753161: hue angle of 317.65º 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 #753161 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 97 -
CMYK 0 0.58 0.17 0.54
HSL 317.65º 0.41% 0.33% -
HSV(B) 317.65º 0.58% 0.46% -
XYZ 10.59 6.84 12.07 -
YUV 74.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 117 49 97 0 0.58 0.17 0.54 317.65 0.41 0.33
Hex 75 31 61 0 3A 11 36 13E 29 21
Octal 165 61 141 0 72 21 66 476 51 41
Binary 1110101 110001 1100001 0 111010 10001 110110 100111110 101001 100001

Color Harmonies of #753161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753161

Black with #753161

Text Example


Text Example

White with #753161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753161; }

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

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

background-color css

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

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

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

border-color css

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

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

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