Html Css Color HEX #713865 Palatinate Purple

📋 copy color: '#713865'

red 113 ◦ green 56 ◦ blue 101

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

Shades of Palatinate Purple #713865

Tints of Palatinate Purple #713865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.74%

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

R = 41.85%
G = 20.74%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#713865 (or 0x713865) is known color: Palatinate Purple. HEX triplet: 71, 38 and 65. RGB value is (113,56,101). Sum of RGB (Red+Green+Blue) = 113+56+101=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #713865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713865 is #8EC79A. Grayscale: #4E4E4E. Windows color (decimal): -9357211 or 6633585. OLE color: 6633585.

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

Color convert

RGB 113 56 101 -
CMYK 0 0.50 0.11 0.56
HSL 312.63º 0.34% 0.33% -
HSV(B) 312.63º 0.5% 0.44% -
XYZ 10.57 7.28 13.16 -
YUV 78.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 113 56 101 0 0.50 0.11 0.56 312.63 0.34 0.33
Hex 71 38 65 0 32 B 38 139 22 21
Octal 161 70 145 0 62 13 70 471 42 41
Binary 1110001 111000 1100101 0 110010 1011 111000 100111001 100010 100001

Color Harmonies of #713865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713865

Black with #713865

Text Example


Text Example

White with #713865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713865; }

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

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

background-color css

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

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

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

border-color css

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

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

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