Html Css Color HEX #752060 Palatinate Purple

📋 copy color: '#752060'

red 117 ◦ green 32 ◦ blue 96

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

Shades of Palatinate Purple #752060

Tints of Palatinate Purple #752060

RGB

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

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

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

R = 47.76%
G = 13.06%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#752060 (or 0x752060) is known color: Palatinate Purple. HEX triplet: 75, 20 and 60. RGB value is (117,32,96). Sum of RGB (Red+Green+Blue) = 117+32+96=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #752060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752060 is #8ADF9F. Grayscale: #404040. Windows color (decimal): -9101216 or 6299765. OLE color: 6299765.

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

Color convert

RGB 117 32 96 -
CMYK 0 0.73 0.18 0.54
HSL 314.82º 0.57% 0.29% -
HSV(B) 314.82º 0.73% 0.46% -
XYZ 9.96 5.66 11.63 -
YUV 64.71 145.66 165.3 -
System Red Green Blue C M Y K H S L
Decimal 117 32 96 0 0.73 0.18 0.54 314.82 0.57 0.29
Hex 75 20 60 0 49 12 36 13B 39 1D
Octal 165 40 140 0 111 22 66 473 71 35
Binary 1110101 100000 1100000 0 1001001 10010 110110 100111011 111001 11101

Color Harmonies of #752060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752060

Black with #752060

Text Example


Text Example

White with #752060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752060; }

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

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

background-color css

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

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

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

border-color css

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

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

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