Html Css Color HEX #713066 Palatinate Purple

📋 copy color: '#713066'

red 113 ◦ green 48 ◦ blue 102

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

Shades of Palatinate Purple #713066

Tints of Palatinate Purple #713066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.25%

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

R = 42.97%
G = 18.25%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#713066 (or 0x713066) is known color: Palatinate Purple. HEX triplet: 71, 30 and 66. RGB value is (113,48,102). Sum of RGB (Red+Green+Blue) = 113+48+102=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #713066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713066 is #8ECF99. Grayscale: #494949. Windows color (decimal): -9359258 or 6697073. OLE color: 6697073.

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

Color convert

RGB 113 48 102 -
CMYK 0 0.58 0.10 0.56
HSL 310.15º 0.4% 0.32% -
HSV(B) 310.15º 0.58% 0.44% -
XYZ 10.27 6.58 13.3 -
YUV 73.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 113 48 102 0 0.58 0.10 0.56 310.15 0.4 0.32
Hex 71 30 66 0 3A A 38 136 28 20
Octal 161 60 146 0 72 12 70 466 50 40
Binary 1110001 110000 1100110 0 111010 1010 111000 100110110 101000 100000

Color Harmonies of #713066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713066

Black with #713066

Text Example


Text Example

White with #713066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713066; }

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

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

background-color css

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

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

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

border-color css

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

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

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