Html Css Color HEX #752961 Palatinate Purple

📋 copy color: '#752961'

red 117 ◦ green 41 ◦ blue 97

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

Shades of Palatinate Purple #752961

Tints of Palatinate Purple #752961

RGB

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

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

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

R = 45.88%
G = 16.08%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#752961 (or 0x752961) is known color: Palatinate Purple. HEX triplet: 75, 29 and 61. RGB value is (117,41,97). Sum of RGB (Red+Green+Blue) = 117+41+97=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #752961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752961 is #8AD69E. Grayscale: #454545. Windows color (decimal): -9098911 or 6367605. OLE color: 6367605.

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

Color convert

RGB 117 41 97 -
CMYK 0 0.65 0.17 0.54
HSL 315.79º 0.48% 0.31% -
HSV(B) 315.79º 0.65% 0.46% -
XYZ 10.29 6.23 11.97 -
YUV 70.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 117 41 97 0 0.65 0.17 0.54 315.79 0.48 0.31
Hex 75 29 61 0 41 11 36 13C 30 1F
Octal 165 51 141 0 101 21 66 474 60 37
Binary 1110101 101001 1100001 0 1000001 10001 110110 100111100 110000 11111

Color Harmonies of #752961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752961

Black with #752961

Text Example


Text Example

White with #752961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752961; }

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

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

background-color css

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

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

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

border-color css

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

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

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