Html Css Color HEX #713165 Palatinate Purple

📋 copy color: '#713165'

red 113 ◦ green 49 ◦ blue 101

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

Shades of Palatinate Purple #713165

Tints of Palatinate Purple #713165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.4%

R = 42.97%
G = 18.63%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#713165 (or 0x713165) is known color: Palatinate Purple. HEX triplet: 71, 31 and 65. RGB value is (113,49,101). Sum of RGB (Red+Green+Blue) = 113+49+101=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #713165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713165 is #8ECE9A. Grayscale: #494949. Windows color (decimal): -9359003 or 6631793. OLE color: 6631793.

HSL color Cylindrical-coordinate representation of color #713165: hue angle of 311.25º 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 #713165 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 101 -
CMYK 0 0.57 0.11 0.56
HSL 311.25º 0.4% 0.32% -
HSV(B) 311.25º 0.57% 0.44% -
XYZ 10.26 6.65 13.05 -
YUV 74.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 113 49 101 0 0.57 0.11 0.56 311.25 0.4 0.32
Hex 71 31 65 0 39 B 38 137 28 20
Octal 161 61 145 0 71 13 70 467 50 40
Binary 1110001 110001 1100101 0 111001 1011 111000 100110111 101000 100000

Color Harmonies of #713165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713165

Black with #713165

Text Example


Text Example

White with #713165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713165; }

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

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

background-color css

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

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

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

border-color css

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

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

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