Html Css Color HEX #712457 Palatinate Purple

📋 copy color: '#712457'

red 113 ◦ green 36 ◦ blue 87

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

Shades of Palatinate Purple #712457

Tints of Palatinate Purple #712457

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.25%

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

R = 47.88%
G = 15.25%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#712457 (or 0x712457) is known color: Palatinate Purple. HEX triplet: 71, 24 and 57. RGB value is (113,36,87). Sum of RGB (Red+Green+Blue) = 113+36+87=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #712457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712457 is #8EDBA8. Grayscale: #404040. Windows color (decimal): -9362345 or 5710961. OLE color: 5710961.

HSL color Cylindrical-coordinate representation of color #712457: hue angle of 320.26º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712457 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 36 87 -
CMYK 0 0.68 0.23 0.56
HSL 320.26º 0.52% 0.29% -
HSV(B) 320.26º 0.68% 0.44% -
XYZ 9.16 5.46 9.59 -
YUV 64.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 113 36 87 0 0.68 0.23 0.56 320.26 0.52 0.29
Hex 71 24 57 0 44 17 38 140 34 1D
Octal 161 44 127 0 104 27 70 500 64 35
Binary 1110001 100100 1010111 0 1000100 10111 111000 101000000 110100 11101

Color Harmonies of #712457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712457

Black with #712457

Text Example


Text Example

White with #712457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712457; }

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

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

background-color css

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

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

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

border-color css

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

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

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