Html Css Color HEX #712E5B Palatinate Purple

📋 copy color: '#712E5B'

red 113 ◦ green 46 ◦ blue 91

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

Shades of Palatinate Purple #712E5B

Tints of Palatinate Purple #712E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.4%

R = 45.2%
G = 18.4%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#712E5B (or 0x712E5B) is known color: Palatinate Purple. HEX triplet: 71, 2E and 5B. RGB value is (113,46,91). Sum of RGB (Red+Green+Blue) = 113+46+91=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #712E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712E5B is #8ED1A4. Grayscale: #474747. Windows color (decimal): -9359781 or 5975665. OLE color: 5975665.

HSL color Cylindrical-coordinate representation of color #712E5B: hue angle of 319.7º 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 #712E5B is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 46 91 -
CMYK 0 0.59 0.19 0.56
HSL 319.7º 0.42% 0.31% -
HSV(B) 319.7º 0.59% 0.44% -
XYZ 9.68 6.22 10.59 -
YUV 71.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 113 46 91 0 0.59 0.19 0.56 319.7 0.42 0.31
Hex 71 2E 5B 0 3B 13 38 140 2A 1F
Octal 161 56 133 0 73 23 70 500 52 37
Binary 1110001 101110 1011011 0 111011 10011 111000 101000000 101010 11111

Color Harmonies of #712E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E5B

Black with #712E5B

Text Example


Text Example

White with #712E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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