Html Css Color HEX #712058 Palatinate Purple

📋 copy color: '#712058'

red 113 ◦ green 32 ◦ blue 88

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

Shades of Palatinate Purple #712058

Tints of Palatinate Purple #712058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.73%

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

R = 48.5%
G = 13.73%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#712058 (or 0x712058) is known color: Palatinate Purple. HEX triplet: 71, 20 and 58. RGB value is (113,32,88). Sum of RGB (Red+Green+Blue) = 113+32+88=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #712058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712058 is #8EDFA7. Grayscale: #3E3E3E. Windows color (decimal): -9363368 or 5775473. OLE color: 5775473.

HSL color Cylindrical-coordinate representation of color #712058: hue angle of 318.52º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712058 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 88 -
CMYK 0 0.72 0.22 0.56
HSL 318.52º 0.56% 0.28% -
HSV(B) 318.52º 0.72% 0.44% -
XYZ 9.09 5.25 9.77 -
YUV 62.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 113 32 88 0 0.72 0.22 0.56 318.52 0.56 0.28
Hex 71 20 58 0 48 16 38 13F 38 1C
Octal 161 40 130 0 110 26 70 477 70 34
Binary 1110001 100000 1011000 0 1001000 10110 111000 100111111 111000 11100

Color Harmonies of #712058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712058

Black with #712058

Text Example


Text Example

White with #712058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712058; }

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

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

background-color css

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

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

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

border-color css

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

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

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