Html Css Color HEX #712359 Palatinate Purple

📋 copy color: '#712359'

red 113 ◦ green 35 ◦ blue 89

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

Shades of Palatinate Purple #712359

Tints of Palatinate Purple #712359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.77%

 BLUE value IS 89 (35.16% from 255) = 37.55%

R = 47.68%
G = 14.77%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#712359 (or 0x712359) is known color: Palatinate Purple. HEX triplet: 71, 23 and 59. RGB value is (113,35,89). Sum of RGB (Red+Green+Blue) = 113+35+89=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #712359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712359 is #8EDCA6. Grayscale: #404040. Windows color (decimal): -9362599 or 5841777. OLE color: 5841777.

HSL color Cylindrical-coordinate representation of color #712359: hue angle of 318.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712359 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 89 -
CMYK 0 0.69 0.21 0.56
HSL 318.46º 0.53% 0.29% -
HSV(B) 318.46º 0.69% 0.44% -
XYZ 9.21 5.43 10.01 -
YUV 64.48 141.84 162.61 -
System Red Green Blue C M Y K H S L
Decimal 113 35 89 0 0.69 0.21 0.56 318.46 0.53 0.29
Hex 71 23 59 0 45 15 38 13E 35 1D
Octal 161 43 131 0 105 25 70 476 65 35
Binary 1110001 100011 1011001 0 1000101 10101 111000 100111110 110101 11101

Color Harmonies of #712359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712359

Black with #712359

Text Example


Text Example

White with #712359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712359; }

 p { color: rgb(113,35,89); }

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

background-color css

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

 a { background-color: rgb(113,35,89); }

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

border-color css

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

 span { border-color: rgb(113,35,89); }

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