Html Css Color HEX #712356 Palatinate Purple

📋 copy color: '#712356'

red 113 ◦ green 35 ◦ blue 86

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

Shades of Palatinate Purple #712356

Tints of Palatinate Purple #712356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.75%

R = 48.29%
G = 14.96%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#712356 (or 0x712356) is known color: Palatinate Purple. HEX triplet: 71, 23 and 56. RGB value is (113,35,86). Sum of RGB (Red+Green+Blue) = 113+35+86=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #712356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712356 is #8EDCA9. Grayscale: #404040. Windows color (decimal): -9362602 or 5645169. OLE color: 5645169.

HSL color Cylindrical-coordinate representation of color #712356: hue angle of 320.77º 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 #712356 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 86 -
CMYK 0 0.69 0.24 0.56
HSL 320.77º 0.53% 0.29% -
HSV(B) 320.77º 0.69% 0.44% -
XYZ 9.09 5.38 9.36 -
YUV 64.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 113 35 86 0 0.69 0.24 0.56 320.77 0.53 0.29
Hex 71 23 56 0 45 18 38 141 35 1D
Octal 161 43 126 0 105 30 70 501 65 35
Binary 1110001 100011 1010110 0 1000101 11000 111000 101000001 110101 11101

Color Harmonies of #712356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712356

Black with #712356

Text Example


Text Example

White with #712356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712356; }

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

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

background-color css

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

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

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

border-color css

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

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

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