Html Css Color HEX #752F61 Palatinate Purple

📋 copy color: '#752F61'

red 117 ◦ green 47 ◦ blue 97

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

Shades of Palatinate Purple #752F61

Tints of Palatinate Purple #752F61

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.01%

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

R = 44.83%
G = 18.01%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#752F61 (or 0x752F61) is known color: Palatinate Purple. HEX triplet: 75, 2F and 61. RGB value is (117,47,97). Sum of RGB (Red+Green+Blue) = 117+47+97=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #752F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F61 is #8AD09E. Grayscale: #494949. Windows color (decimal): -9097375 or 6369141. OLE color: 6369141.

HSL color Cylindrical-coordinate representation of color #752F61: hue angle of 317.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F61 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 97 -
CMYK 0 0.60 0.17 0.54
HSL 317.14º 0.43% 0.32% -
HSV(B) 317.14º 0.6% 0.46% -
XYZ 10.51 6.68 12.04 -
YUV 73.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 117 47 97 0 0.60 0.17 0.54 317.14 0.43 0.32
Hex 75 2F 61 0 3C 11 36 13D 2B 20
Octal 165 57 141 0 74 21 66 475 53 40
Binary 1110101 101111 1100001 0 111100 10001 110110 100111101 101011 100000

Color Harmonies of #752F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F61

Black with #752F61

Text Example


Text Example

White with #752F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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