Html Css Color HEX #752063 Palatinate Purple

📋 copy color: '#752063'

red 117 ◦ green 32 ◦ blue 99

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

Shades of Palatinate Purple #752063

Tints of Palatinate Purple #752063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 47.18%
G = 12.9%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#752063 (or 0x752063) is known color: Palatinate Purple. HEX triplet: 75, 20 and 63. RGB value is (117,32,99). Sum of RGB (Red+Green+Blue) = 117+32+99=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #752063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752063 is #8ADF9C. Grayscale: #404040. Windows color (decimal): -9101213 or 6496373. OLE color: 6496373.

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

Color convert

RGB 117 32 99 -
CMYK 0 0.73 0.15 0.54
HSL 312.71º 0.57% 0.29% -
HSV(B) 312.71º 0.73% 0.46% -
XYZ 10.1 5.72 12.38 -
YUV 65.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 117 32 99 0 0.73 0.15 0.54 312.71 0.57 0.29
Hex 75 20 63 0 49 F 36 139 39 1D
Octal 165 40 143 0 111 17 66 471 71 35
Binary 1110101 100000 1100011 0 1001001 1111 110110 100111001 111001 11101

Color Harmonies of #752063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752063

Black with #752063

Text Example


Text Example

White with #752063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752063; }

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

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

background-color css

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

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

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

border-color css

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

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

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