Html Css Color HEX #713264 Palatinate Purple

📋 copy color: '#713264'

red 113 ◦ green 50 ◦ blue 100

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

Shades of Palatinate Purple #713264

Tints of Palatinate Purple #713264

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.01%

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

R = 42.97%
G = 19.01%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#713264 (or 0x713264) is known color: Palatinate Purple. HEX triplet: 71, 32 and 64. RGB value is (113,50,100). Sum of RGB (Red+Green+Blue) = 113+50+100=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 100 (39.45% from 255 or 38.02% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #713264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713264 is #8ECD9B. Grayscale: #4A4A4A. Windows color (decimal): -9358748 or 6566513. OLE color: 6566513.

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

Color convert

RGB 113 50 100 -
CMYK 0 0.56 0.12 0.56
HSL 312.38º 0.39% 0.32% -
HSV(B) 312.38º 0.56% 0.44% -
XYZ 10.25 6.71 12.81 -
YUV 74.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 113 50 100 0 0.56 0.12 0.56 312.38 0.39 0.32
Hex 71 32 64 0 38 C 38 138 27 20
Octal 161 62 144 0 70 14 70 470 47 40
Binary 1110001 110010 1100100 0 111000 1100 111000 100111000 100111 100000

Color Harmonies of #713264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713264

Black with #713264

Text Example


Text Example

White with #713264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713264; }

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

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

background-color css

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

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

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

border-color css

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

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

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