Html Css Color HEX #713167 Palatinate Purple

📋 copy color: '#713167'

red 113 ◦ green 49 ◦ blue 103

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

Shades of Palatinate Purple #713167

Tints of Palatinate Purple #713167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

 BLUE value IS 103 (40.63% from 255) = 38.87%

R = 42.64%
G = 18.49%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#713167 (or 0x713167) is known color: Palatinate Purple. HEX triplet: 71, 31 and 67. RGB value is (113,49,103). Sum of RGB (Red+Green+Blue) = 113+49+103=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #713167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713167 is #8ECE98. Grayscale: #4A4A4A. Windows color (decimal): -9359001 or 6762865. OLE color: 6762865.

HSL color Cylindrical-coordinate representation of color #713167: hue angle of 309.38º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713167 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 103 -
CMYK 0 0.57 0.09 0.56
HSL 309.38º 0.4% 0.32% -
HSV(B) 309.38º 0.57% 0.44% -
XYZ 10.36 6.69 13.58 -
YUV 74.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 113 49 103 0 0.57 0.09 0.56 309.38 0.4 0.32
Hex 71 31 67 0 39 9 38 135 28 20
Octal 161 61 147 0 71 11 70 465 50 40
Binary 1110001 110001 1100111 0 111001 1001 111000 100110101 101000 100000

Color Harmonies of #713167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713167

Black with #713167

Text Example


Text Example

White with #713167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713167; }

 p { color: rgb(113,49,103); }

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

background-color css

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

 a { background-color: rgb(113,49,103); }

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

border-color css

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

 span { border-color: rgb(113,49,103); }

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