Html Css Color HEX #712458 Palatinate Purple

📋 copy color: '#712458'

red 113 ◦ green 36 ◦ blue 88

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

Shades of Palatinate Purple #712458

Tints of Palatinate Purple #712458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.13%

R = 47.68%
G = 15.19%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#712458 (or 0x712458) is known color: Palatinate Purple. HEX triplet: 71, 24 and 58. RGB value is (113,36,88). Sum of RGB (Red+Green+Blue) = 113+36+88=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #712458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712458 is #8EDBA7. Grayscale: #404040. Windows color (decimal): -9362344 or 5776497. OLE color: 5776497.

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

Color convert

RGB 113 36 88 -
CMYK 0 0.68 0.22 0.56
HSL 319.48º 0.52% 0.29% -
HSV(B) 319.48º 0.68% 0.44% -
XYZ 9.2 5.48 9.8 -
YUV 64.95 141.01 162.27 -
System Red Green Blue C M Y K H S L
Decimal 113 36 88 0 0.68 0.22 0.56 319.48 0.52 0.29
Hex 71 24 58 0 44 16 38 13F 34 1D
Octal 161 44 130 0 104 26 70 477 64 35
Binary 1110001 100100 1011000 0 1000100 10110 111000 100111111 110100 11101

Color Harmonies of #712458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712458

Black with #712458

Text Example


Text Example

White with #712458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712458; }

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

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

background-color css

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

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

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

border-color css

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

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

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