Html Css Color HEX #712A60 Palatinate Purple

📋 copy color: '#712A60'

red 113 ◦ green 42 ◦ blue 96

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

Shades of Palatinate Purple #712A60

Tints of Palatinate Purple #712A60

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.73%

 BLUE value IS 96 (37.89% from 255) = 38.25%

R = 45.02%
G = 16.73%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#712A60 (or 0x712A60) is known color: Palatinate Purple. HEX triplet: 71, 2A and 60. RGB value is (113,42,96). Sum of RGB (Red+Green+Blue) = 113+42+96=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #712A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712A60 is #8ED59F. Grayscale: #454545. Windows color (decimal): -9360800 or 6302321. OLE color: 6302321.

HSL color Cylindrical-coordinate representation of color #712A60: hue angle of 314.37º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A60 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 42 96 -
CMYK 0 0.63 0.15 0.56
HSL 314.37º 0.46% 0.3% -
HSV(B) 314.37º 0.63% 0.44% -
XYZ 9.75 6.01 11.71 -
YUV 69.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 113 42 96 0 0.63 0.15 0.56 314.37 0.46 0.3
Hex 71 2A 60 0 3F F 38 13A 2E 1E
Octal 161 52 140 0 77 17 70 472 56 36
Binary 1110001 101010 1100000 0 111111 1111 111000 100111010 101110 11110

Color Harmonies of #712A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A60

Black with #712A60

Text Example


Text Example

White with #712A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712A60; }

 p { color: rgb(113,42,96); }

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

background-color css

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

 a { background-color: rgb(113,42,96); }

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

border-color css

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

 span { border-color: rgb(113,42,96); }

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