Html Css Color HEX #712061 Palatinate Purple

📋 copy color: '#712061'

red 113 ◦ green 32 ◦ blue 97

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

Shades of Palatinate Purple #712061

Tints of Palatinate Purple #712061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.22%

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

R = 46.69%
G = 13.22%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#712061 (or 0x712061) is known color: Palatinate Purple. HEX triplet: 71, 20 and 61. RGB value is (113,32,97). Sum of RGB (Red+Green+Blue) = 113+32+97=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #712061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712061 is #8EDF9E. Grayscale: #3F3F3F. Windows color (decimal): -9363359 or 6365297. OLE color: 6365297.

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

Color convert

RGB 113 32 97 -
CMYK 0 0.72 0.14 0.56
HSL 311.85º 0.56% 0.28% -
HSV(B) 311.85º 0.72% 0.44% -
XYZ 9.48 5.41 11.85 -
YUV 63.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 113 32 97 0 0.72 0.14 0.56 311.85 0.56 0.28
Hex 71 20 61 0 48 E 38 138 38 1C
Octal 161 40 141 0 110 16 70 470 70 34
Binary 1110001 100000 1100001 0 1001000 1110 111000 100111000 111000 11100

Color Harmonies of #712061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712061

Black with #712061

Text Example


Text Example

White with #712061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712061; }

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

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

background-color css

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

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

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

border-color css

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

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

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