Html Css Color HEX #712657 Palatinate Purple

📋 copy color: '#712657'

red 113 ◦ green 38 ◦ blue 87

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

Shades of Palatinate Purple #712657

Tints of Palatinate Purple #712657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.97%

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

R = 47.48%
G = 15.97%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#712657 (or 0x712657) is known color: Palatinate Purple. HEX triplet: 71, 26 and 57. RGB value is (113,38,87). Sum of RGB (Red+Green+Blue) = 113+38+87=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #712657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712657 is #8ED9A8. Grayscale: #414141. Windows color (decimal): -9361833 or 5711473. OLE color: 5711473.

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

Color convert

RGB 113 38 87 -
CMYK 0 0.66 0.23 0.56
HSL 320.8º 0.5% 0.3% -
HSV(B) 320.8º 0.66% 0.44% -
XYZ 9.22 5.59 9.61 -
YUV 66.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 113 38 87 0 0.66 0.23 0.56 320.8 0.5 0.3
Hex 71 26 57 0 42 17 38 141 32 1E
Octal 161 46 127 0 102 27 70 501 62 36
Binary 1110001 100110 1010111 0 1000010 10111 111000 101000001 110010 11110

Color Harmonies of #712657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712657

Black with #712657

Text Example


Text Example

White with #712657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712657; }

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

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

background-color css

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

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

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

border-color css

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

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

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