Html Css Color HEX #712961 Palatinate Purple

📋 copy color: '#712961'

red 113 ◦ green 41 ◦ blue 97

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

Shades of Palatinate Purple #712961

Tints of Palatinate Purple #712961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.33%

 BLUE value IS 97 (38.28% from 255) = 38.65%

R = 45.02%
G = 16.33%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#712961 (or 0x712961) is known color: Palatinate Purple. HEX triplet: 71, 29 and 61. RGB value is (113,41,97). Sum of RGB (Red+Green+Blue) = 113+41+97=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #712961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712961 is #8ED69E. Grayscale: #444444. Windows color (decimal): -9361055 or 6367601. OLE color: 6367601.

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

Color convert

RGB 113 41 97 -
CMYK 0 0.64 0.14 0.56
HSL 313.33º 0.47% 0.3% -
HSV(B) 313.33º 0.64% 0.44% -
XYZ 9.76 5.96 11.95 -
YUV 68.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 113 41 97 0 0.64 0.14 0.56 313.33 0.47 0.3
Hex 71 29 61 0 40 E 38 139 2F 1E
Octal 161 51 141 0 100 16 70 471 57 36
Binary 1110001 101001 1100001 0 1000000 1110 111000 100111001 101111 11110

Color Harmonies of #712961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712961

Black with #712961

Text Example


Text Example

White with #712961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712961; }

 p { color: rgb(113,41,97); }

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

background-color css

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

 a { background-color: rgb(113,41,97); }

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

border-color css

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

 span { border-color: rgb(113,41,97); }

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