Html Css Color HEX #712556 Palatinate Purple

📋 copy color: '#712556'

red 113 ◦ green 37 ◦ blue 86

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

Shades of Palatinate Purple #712556

Tints of Palatinate Purple #712556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 47.88%
G = 15.68%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#712556 (or 0x712556) is known color: Palatinate Purple. HEX triplet: 71, 25 and 56. RGB value is (113,37,86). Sum of RGB (Red+Green+Blue) = 113+37+86=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #712556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712556 is #8EDAA9. Grayscale: #414141. Windows color (decimal): -9362090 or 5645681. OLE color: 5645681.

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

Color convert

RGB 113 37 86 -
CMYK 0 0.67 0.24 0.56
HSL 321.32º 0.51% 0.29% -
HSV(B) 321.32º 0.67% 0.44% -
XYZ 9.15 5.51 9.38 -
YUV 65.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 113 37 86 0 0.67 0.24 0.56 321.32 0.51 0.29
Hex 71 25 56 0 43 18 38 141 33 1D
Octal 161 45 126 0 103 30 70 501 63 35
Binary 1110001 100101 1010110 0 1000011 11000 111000 101000001 110011 11101

Color Harmonies of #712556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712556

Black with #712556

Text Example


Text Example

White with #712556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712556; }

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

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

background-color css

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

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

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

border-color css

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

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

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