Html Css Color HEX #712E5C Palatinate Purple

📋 copy color: '#712E5C'

red 113 ◦ green 46 ◦ blue 92

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

Shades of Palatinate Purple #712E5C

Tints of Palatinate Purple #712E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.65%

R = 45.02%
G = 18.33%
B = 36.65%

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

#712E5C (or 0x712E5C) is known color: Palatinate Purple. HEX triplet: 71, 2E and 5C. RGB value is (113,46,92). Sum of RGB (Red+Green+Blue) = 113+46+92=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #712E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712E5C is #8ED1A3. Grayscale: #474747. Windows color (decimal): -9359780 or 6041201. OLE color: 6041201.

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

Color convert

RGB 113 46 92 -
CMYK 0 0.59 0.19 0.56
HSL 318.81º 0.42% 0.31% -
HSV(B) 318.81º 0.59% 0.44% -
XYZ 9.72 6.24 10.82 -
YUV 71.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 113 46 92 0 0.59 0.19 0.56 318.81 0.42 0.31
Hex 71 2E 5C 0 3B 13 38 13F 2A 1F
Octal 161 56 134 0 73 23 70 477 52 37
Binary 1110001 101110 1011100 0 111011 10011 111000 100111111 101010 11111

Color Harmonies of #712E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712E5C

Black with #712E5C

Text Example


Text Example

White with #712E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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