Html Css Color HEX #713761 Palatinate Purple

📋 copy color: '#713761'

red 113 ◦ green 55 ◦ blue 97

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

Shades of Palatinate Purple #713761

Tints of Palatinate Purple #713761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.75%

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 42.64%
G = 20.75%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#713761 (or 0x713761) is known color: Palatinate Purple. HEX triplet: 71, 37 and 61. RGB value is (113,55,97). Sum of RGB (Red+Green+Blue) = 113+55+97=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #713761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713761 is #8EC89E. Grayscale: #4D4D4D. Windows color (decimal): -9357471 or 6371185. OLE color: 6371185.

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

Color convert

RGB 113 55 97 -
CMYK 0 0.51 0.14 0.56
HSL 316.55º 0.35% 0.33% -
HSV(B) 316.55º 0.51% 0.44% -
XYZ 10.33 7.11 12.14 -
YUV 77.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 113 55 97 0 0.51 0.14 0.56 316.55 0.35 0.33
Hex 71 37 61 0 33 E 38 13D 23 21
Octal 161 67 141 0 63 16 70 475 43 41
Binary 1110001 110111 1100001 0 110011 1110 111000 100111101 100011 100001

Color Harmonies of #713761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713761

Black with #713761

Text Example


Text Example

White with #713761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713761; }

 p { color: rgb(113,55,97); }

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

background-color css

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

 a { background-color: rgb(113,55,97); }

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

border-color css

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

 span { border-color: rgb(113,55,97); }

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