Html Css Color HEX #712057 Palatinate Purple

📋 copy color: '#712057'

red 113 ◦ green 32 ◦ blue 87

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

Shades of Palatinate Purple #712057

Tints of Palatinate Purple #712057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.5%

R = 48.71%
G = 13.79%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#712057 (or 0x712057) is known color: Palatinate Purple. HEX triplet: 71, 20 and 57. RGB value is (113,32,87). Sum of RGB (Red+Green+Blue) = 113+32+87=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #712057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712057 is #8EDFA8. Grayscale: #3E3E3E. Windows color (decimal): -9363369 or 5709937. OLE color: 5709937.

HSL color Cylindrical-coordinate representation of color #712057: hue angle of 319.26º 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 #712057 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 87 -
CMYK 0 0.72 0.23 0.56
HSL 319.26º 0.56% 0.28% -
HSV(B) 319.26º 0.72% 0.44% -
XYZ 9.05 5.23 9.55 -
YUV 62.49 141.84 164.03 -
System Red Green Blue C M Y K H S L
Decimal 113 32 87 0 0.72 0.23 0.56 319.26 0.56 0.28
Hex 71 20 57 0 48 17 38 13F 38 1C
Octal 161 40 127 0 110 27 70 477 70 34
Binary 1110001 100000 1010111 0 1001000 10111 111000 100111111 111000 11100

Color Harmonies of #712057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712057

Black with #712057

Text Example


Text Example

White with #712057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712057; }

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

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

background-color css

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

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

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

border-color css

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

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

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