Html Css Color HEX #713062 Palatinate Purple

📋 copy color: '#713062'

red 113 ◦ green 48 ◦ blue 98

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

Shades of Palatinate Purple #713062

Tints of Palatinate Purple #713062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 43.63%
G = 18.53%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#713062 (or 0x713062) is known color: Palatinate Purple. HEX triplet: 71, 30 and 62. RGB value is (113,48,98). Sum of RGB (Red+Green+Blue) = 113+48+98=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #713062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713062 is #8ECF9D. Grayscale: #494949. Windows color (decimal): -9359262 or 6434929. OLE color: 6434929.

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

Color convert

RGB 113 48 98 -
CMYK 0 0.58 0.13 0.56
HSL 313.85º 0.4% 0.32% -
HSV(B) 313.85º 0.58% 0.44% -
XYZ 10.07 6.51 12.28 -
YUV 73.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 113 48 98 0 0.58 0.13 0.56 313.85 0.4 0.32
Hex 71 30 62 0 3A D 38 13A 28 20
Octal 161 60 142 0 72 15 70 472 50 40
Binary 1110001 110000 1100010 0 111010 1101 111000 100111010 101000 100000

Color Harmonies of #713062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713062

Black with #713062

Text Example


Text Example

White with #713062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713062; }

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

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

background-color css

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

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

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

border-color css

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

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

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