Html Css Color HEX #712063 Palatinate Purple

📋 copy color: '#712063'

red 113 ◦ green 32 ◦ blue 99

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

Shades of Palatinate Purple #712063

Tints of Palatinate Purple #712063

RGB

 RED value IS 113 (44.53% from 255) = 46.31%

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

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

R = 46.31%
G = 13.11%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#712063 (or 0x712063) is known color: Palatinate Purple. HEX triplet: 71, 20 and 63. RGB value is (113,32,99). Sum of RGB (Red+Green+Blue) = 113+32+99=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #712063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712063 is #8EDF9C. Grayscale: #3F3F3F. Windows color (decimal): -9363357 or 6496369. OLE color: 6496369.

HSL color Cylindrical-coordinate representation of color #712063: hue angle of 310.37º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712063 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 99 -
CMYK 0 0.72 0.12 0.56
HSL 310.37º 0.56% 0.28% -
HSV(B) 310.37º 0.72% 0.44% -
XYZ 9.58 5.44 12.35 -
YUV 63.86 147.84 163.05 -
System Red Green Blue C M Y K H S L
Decimal 113 32 99 0 0.72 0.12 0.56 310.37 0.56 0.28
Hex 71 20 63 0 48 C 38 136 38 1C
Octal 161 40 143 0 110 14 70 466 70 34
Binary 1110001 100000 1100011 0 1001000 1100 111000 100110110 111000 11100

Color Harmonies of #712063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712063

Black with #712063

Text Example


Text Example

White with #712063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712063; }

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

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

background-color css

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

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

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

border-color css

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

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

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