Html Css Color HEX #712B5D Palatinate Purple

📋 copy color: '#712B5D'

red 113 ◦ green 43 ◦ blue 93

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

Shades of Palatinate Purple #712B5D

Tints of Palatinate Purple #712B5D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.27%

 BLUE value IS 93 (36.72% from 255) = 37.35%

R = 45.38%
G = 17.27%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#712B5D (or 0x712B5D) is known color: Palatinate Purple. HEX triplet: 71, 2B and 5D. RGB value is (113,43,93). Sum of RGB (Red+Green+Blue) = 113+43+93=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #712B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712B5D is #8ED4A2. Grayscale: #454545. Windows color (decimal): -9360547 or 6105969. OLE color: 6105969.

HSL color Cylindrical-coordinate representation of color #712B5D: hue angle of 317.14º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #712B5D is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 43 93 -
CMYK 0 0.62 0.18 0.56
HSL 317.14º 0.45% 0.31% -
HSV(B) 317.14º 0.62% 0.44% -
XYZ 9.65 6.03 11.01 -
YUV 69.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 113 43 93 0 0.62 0.18 0.56 317.14 0.45 0.31
Hex 71 2B 5D 0 3E 12 38 13D 2D 1F
Octal 161 53 135 0 76 22 70 475 55 37
Binary 1110001 101011 1011101 0 111110 10010 111000 100111101 101101 11111

Color Harmonies of #712B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712B5D

Black with #712B5D

Text Example


Text Example

White with #712B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,43,93); }

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

background-color css

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

 a { background-color: rgb(113,43,93); }

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

border-color css

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

 span { border-color: rgb(113,43,93); }

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