Html Css Color HEX #752061 Palatinate Purple

📋 copy color: '#752061'

red 117 ◦ green 32 ◦ blue 97

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

Shades of Palatinate Purple #752061

Tints of Palatinate Purple #752061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.01%

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

R = 47.56%
G = 13.01%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#752061 (or 0x752061) is known color: Palatinate Purple. HEX triplet: 75, 20 and 61. RGB value is (117,32,97). Sum of RGB (Red+Green+Blue) = 117+32+97=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #752061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752061 is #8ADF9E. Grayscale: #404040. Windows color (decimal): -9101215 or 6365301. OLE color: 6365301.

HSL color Cylindrical-coordinate representation of color #752061: hue angle of 314.12º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752061 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 97 -
CMYK 0 0.73 0.17 0.54
HSL 314.12º 0.57% 0.29% -
HSV(B) 314.12º 0.73% 0.46% -
XYZ 10.01 5.68 11.88 -
YUV 64.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 117 32 97 0 0.73 0.17 0.54 314.12 0.57 0.29
Hex 75 20 61 0 49 11 36 13A 39 1D
Octal 165 40 141 0 111 21 66 472 71 35
Binary 1110101 100000 1100001 0 1001001 10001 110110 100111010 111001 11101

Color Harmonies of #752061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752061

Black with #752061

Text Example


Text Example

White with #752061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752061; }

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

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

background-color css

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

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

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

border-color css

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

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

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