Html Css Color HEX #712958 Palatinate Purple

📋 copy color: '#712958'

red 113 ◦ green 41 ◦ blue 88

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

Shades of Palatinate Purple #712958

Tints of Palatinate Purple #712958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.94%

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

R = 46.69%
G = 16.94%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#712958 (or 0x712958) is known color: Palatinate Purple. HEX triplet: 71, 29 and 58. RGB value is (113,41,88). Sum of RGB (Red+Green+Blue) = 113+41+88=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #712958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712958 is #8ED6A7. Grayscale: #434343. Windows color (decimal): -9361064 or 5777777. OLE color: 5777777.

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

Color convert

RGB 113 41 88 -
CMYK 0 0.64 0.22 0.56
HSL 320.83º 0.47% 0.3% -
HSV(B) 320.83º 0.64% 0.44% -
XYZ 9.36 5.8 9.86 -
YUV 67.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 113 41 88 0 0.64 0.22 0.56 320.83 0.47 0.3
Hex 71 29 58 0 40 16 38 141 2F 1E
Octal 161 51 130 0 100 26 70 501 57 36
Binary 1110001 101001 1011000 0 1000000 10110 111000 101000001 101111 11110

Color Harmonies of #712958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712958

Black with #712958

Text Example


Text Example

White with #712958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712958; }

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

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

background-color css

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

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

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

border-color css

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

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

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