Html Css Color HEX #713464 Palatinate Purple

📋 copy color: '#713464'

red 113 ◦ green 52 ◦ blue 100

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

Shades of Palatinate Purple #713464

Tints of Palatinate Purple #713464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.62%

 BLUE value IS 100 (39.45% from 255) = 37.74%

R = 42.64%
G = 19.62%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#713464 (or 0x713464) is known color: Palatinate Purple. HEX triplet: 71, 34 and 64. RGB value is (113,52,100). Sum of RGB (Red+Green+Blue) = 113+52+100=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #713464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713464 is #8ECB9B. Grayscale: #4B4B4B. Windows color (decimal): -9358236 or 6567025. OLE color: 6567025.

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

Color convert

RGB 113 52 100 -
CMYK 0 0.54 0.12 0.56
HSL 312.79º 0.37% 0.32% -
HSV(B) 312.79º 0.54% 0.44% -
XYZ 10.34 6.89 12.84 -
YUV 75.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 113 52 100 0 0.54 0.12 0.56 312.79 0.37 0.32
Hex 71 34 64 0 36 C 38 139 25 20
Octal 161 64 144 0 66 14 70 471 45 40
Binary 1110001 110100 1100100 0 110110 1100 111000 100111001 100101 100000

Color Harmonies of #713464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713464

Black with #713464

Text Example


Text Example

White with #713464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713464; }

 p { color: rgb(113,52,100); }

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

background-color css

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

 a { background-color: rgb(113,52,100); }

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

border-color css

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

 span { border-color: rgb(113,52,100); }

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