Html Css Color HEX #712456 Palatinate Purple

📋 copy color: '#712456'

red 113 ◦ green 36 ◦ blue 86

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

Shades of Palatinate Purple #712456

Tints of Palatinate Purple #712456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.32%

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

R = 48.09%
G = 15.32%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#712456 (or 0x712456) is known color: Palatinate Purple. HEX triplet: 71, 24 and 56. RGB value is (113,36,86). Sum of RGB (Red+Green+Blue) = 113+36+86=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #712456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712456 is #8EDBA9. Grayscale: #404040. Windows color (decimal): -9362346 or 5645425. OLE color: 5645425.

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

Color convert

RGB 113 36 86 -
CMYK 0 0.68 0.24 0.56
HSL 321.04º 0.52% 0.29% -
HSV(B) 321.04º 0.68% 0.44% -
XYZ 9.12 5.44 9.37 -
YUV 64.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 113 36 86 0 0.68 0.24 0.56 321.04 0.52 0.29
Hex 71 24 56 0 44 18 38 141 34 1D
Octal 161 44 126 0 104 30 70 501 64 35
Binary 1110001 100100 1010110 0 1000100 11000 111000 101000001 110100 11101

Color Harmonies of #712456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712456

Black with #712456

Text Example


Text Example

White with #712456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712456; }

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

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

background-color css

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

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

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

border-color css

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

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

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