Html Css Color HEX #713962 Palatinate Purple

📋 copy color: '#713962'

red 113 ◦ green 57 ◦ blue 98

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

Shades of Palatinate Purple #713962

Tints of Palatinate Purple #713962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.27%

 BLUE value IS 98 (38.67% from 255) = 36.57%

R = 42.16%
G = 21.27%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#713962 (or 0x713962) is known color: Palatinate Purple. HEX triplet: 71, 39 and 62. RGB value is (113,57,98). Sum of RGB (Red+Green+Blue) = 113+57+98=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #713962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713962 is #8EC69D. Grayscale: #4E4E4E. Windows color (decimal): -9356958 or 6437233. OLE color: 6437233.

HSL color Cylindrical-coordinate representation of color #713962: hue angle of 316.07º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713962 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 57 98 -
CMYK 0 0.50 0.13 0.56
HSL 316.07º 0.33% 0.33% -
HSV(B) 316.07º 0.5% 0.44% -
XYZ 10.48 7.32 12.42 -
YUV 78.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 113 57 98 0 0.50 0.13 0.56 316.07 0.33 0.33
Hex 71 39 62 0 32 D 38 13C 21 21
Octal 161 71 142 0 62 15 70 474 41 41
Binary 1110001 111001 1100010 0 110010 1101 111000 100111100 100001 100001

Color Harmonies of #713962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713962

Black with #713962

Text Example


Text Example

White with #713962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713962; }

 p { color: rgb(113,57,98); }

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

background-color css

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

 a { background-color: rgb(113,57,98); }

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

border-color css

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

 span { border-color: rgb(113,57,98); }

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