Html Css Color HEX #713168 Palatinate Purple

📋 copy color: '#713168'

red 113 ◦ green 49 ◦ blue 104

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

Shades of Palatinate Purple #713168

Tints of Palatinate Purple #713168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.1%

R = 42.48%
G = 18.42%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#713168 (or 0x713168) is known color: Palatinate Purple. HEX triplet: 71, 31 and 68. RGB value is (113,49,104). Sum of RGB (Red+Green+Blue) = 113+49+104=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #713168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713168 is #8ECE97. Grayscale: #4A4A4A. Windows color (decimal): -9359000 or 6828401. OLE color: 6828401.

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

Color convert

RGB 113 49 104 -
CMYK 0 0.57 0.08 0.56
HSL 308.44º 0.4% 0.32% -
HSV(B) 308.44º 0.57% 0.44% -
XYZ 10.41 6.71 13.84 -
YUV 74.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 113 49 104 0 0.57 0.08 0.56 308.44 0.4 0.32
Hex 71 31 68 0 39 8 38 134 28 20
Octal 161 61 150 0 71 10 70 464 50 40
Binary 1110001 110001 1101000 0 111001 1000 111000 100110100 101000 100000

Color Harmonies of #713168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713168

Black with #713168

Text Example


Text Example

White with #713168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713168; }

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

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

background-color css

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

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

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

border-color css

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

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

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