Html Css Color HEX #712E5E Palatinate Purple

📋 copy color: '#712E5E'

red 113 ◦ green 46 ◦ blue 94

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

Shades of Palatinate Purple #712E5E

Tints of Palatinate Purple #712E5E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.18%

 BLUE value IS 94 (37.11% from 255) = 37.15%

R = 44.66%
G = 18.18%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#712E5E (or 0x712E5E) is known color: Palatinate Purple. HEX triplet: 71, 2E and 5E. RGB value is (113,46,94). Sum of RGB (Red+Green+Blue) = 113+46+94=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #712E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712E5E is #8ED1A1. Grayscale: #474747. Windows color (decimal): -9359778 or 6172273. OLE color: 6172273.

HSL color Cylindrical-coordinate representation of color #712E5E: hue angle of 317.01º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #712E5E is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 46 94 -
CMYK 0 0.59 0.17 0.56
HSL 317.01º 0.42% 0.31% -
HSV(B) 317.01º 0.59% 0.44% -
XYZ 9.81 6.27 11.28 -
YUV 71.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 113 46 94 0 0.59 0.17 0.56 317.01 0.42 0.31
Hex 71 2E 5E 0 3B 11 38 13D 2A 1F
Octal 161 56 136 0 73 21 70 475 52 37
Binary 1110001 101110 1011110 0 111011 10001 111000 100111101 101010 11111

Color Harmonies of #712E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E5E

Black with #712E5E

Text Example


Text Example

White with #712E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712E5E; }

 p { color: rgb(113,46,94); }

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

background-color css

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

 a { background-color: rgb(113,46,94); }

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

border-color css

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

 span { border-color: rgb(113,46,94); }

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