Html Css Color HEX #713866 Palatinate Purple

📋 copy color: '#713866'

red 113 ◦ green 56 ◦ blue 102

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

Shades of Palatinate Purple #713866

Tints of Palatinate Purple #713866

RGB

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

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

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

R = 41.7%
G = 20.66%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#713866 (or 0x713866) is known color: Palatinate Purple. HEX triplet: 71, 38 and 66. RGB value is (113,56,102). Sum of RGB (Red+Green+Blue) = 113+56+102=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #713866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713866 is #8EC799. Grayscale: #4E4E4E. Windows color (decimal): -9357210 or 6699121. OLE color: 6699121.

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

Color convert

RGB 113 56 102 -
CMYK 0 0.50 0.10 0.56
HSL 311.58º 0.34% 0.33% -
HSV(B) 311.58º 0.5% 0.44% -
XYZ 10.62 7.3 13.42 -
YUV 78.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 113 56 102 0 0.50 0.10 0.56 311.58 0.34 0.33
Hex 71 38 66 0 32 A 38 138 22 21
Octal 161 70 146 0 62 12 70 470 42 41
Binary 1110001 111000 1100110 0 110010 1010 111000 100111000 100010 100001

Color Harmonies of #713866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713866

Black with #713866

Text Example


Text Example

White with #713866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713866; }

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

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

background-color css

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

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

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

border-color css

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

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

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