Html Css Color HEX #712358 Palatinate Purple

📋 copy color: '#712358'

red 113 ◦ green 35 ◦ blue 88

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

Shades of Palatinate Purple #712358

Tints of Palatinate Purple #712358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.83%

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

R = 47.88%
G = 14.83%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#712358 (or 0x712358) is known color: Palatinate Purple. HEX triplet: 71, 23 and 58. RGB value is (113,35,88). Sum of RGB (Red+Green+Blue) = 113+35+88=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #712358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712358 is #8EDCA7. Grayscale: #404040. Windows color (decimal): -9362600 or 5776241. OLE color: 5776241.

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

Color convert

RGB 113 35 88 -
CMYK 0 0.69 0.22 0.56
HSL 319.23º 0.53% 0.29% -
HSV(B) 319.23º 0.69% 0.44% -
XYZ 9.17 5.42 9.79 -
YUV 64.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 113 35 88 0 0.69 0.22 0.56 319.23 0.53 0.29
Hex 71 23 58 0 45 16 38 13F 35 1D
Octal 161 43 130 0 105 26 70 477 65 35
Binary 1110001 100011 1011000 0 1000101 10110 111000 100111111 110101 11101

Color Harmonies of #712358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712358

Black with #712358

Text Example


Text Example

White with #712358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712358; }

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

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

background-color css

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

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

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

border-color css

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

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

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