Html Css Color HEX #713166 Palatinate Purple

📋 copy color: '#713166'

red 113 ◦ green 49 ◦ blue 102

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

Shades of Palatinate Purple #713166

Tints of Palatinate Purple #713166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.64%

R = 42.8%
G = 18.56%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#713166 (or 0x713166) is known color: Palatinate Purple. HEX triplet: 71, 31 and 66. RGB value is (113,49,102). Sum of RGB (Red+Green+Blue) = 113+49+102=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #713166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713166 is #8ECE99. Grayscale: #4A4A4A. Windows color (decimal): -9359002 or 6697329. OLE color: 6697329.

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

Color convert

RGB 113 49 102 -
CMYK 0 0.57 0.10 0.56
HSL 310.31º 0.4% 0.32% -
HSV(B) 310.31º 0.57% 0.44% -
XYZ 10.31 6.67 13.31 -
YUV 74.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 113 49 102 0 0.57 0.10 0.56 310.31 0.4 0.32
Hex 71 31 66 0 39 A 38 136 28 20
Octal 161 61 146 0 71 12 70 466 50 40
Binary 1110001 110001 1100110 0 111001 1010 111000 100110110 101000 100000

Color Harmonies of #713166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713166

Black with #713166

Text Example


Text Example

White with #713166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713166; }

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

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

background-color css

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

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

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

border-color css

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

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

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