Html Css Color HEX #712062 Palatinate Purple

📋 copy color: '#712062'

red 113 ◦ green 32 ◦ blue 98

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

Shades of Palatinate Purple #712062

Tints of Palatinate Purple #712062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

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

R = 46.5%
G = 13.17%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#712062 (or 0x712062) is known color: Palatinate Purple. HEX triplet: 71, 20 and 62. RGB value is (113,32,98). Sum of RGB (Red+Green+Blue) = 113+32+98=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #712062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712062 is #8EDF9D. Grayscale: #3F3F3F. Windows color (decimal): -9363358 or 6430833. OLE color: 6430833.

HSL color Cylindrical-coordinate representation of color #712062: hue angle of 311.11º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712062 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 32 98 -
CMYK 0 0.72 0.13 0.56
HSL 311.11º 0.56% 0.28% -
HSV(B) 311.11º 0.72% 0.44% -
XYZ 9.53 5.43 12.1 -
YUV 63.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 113 32 98 0 0.72 0.13 0.56 311.11 0.56 0.28
Hex 71 20 62 0 48 D 38 137 38 1C
Octal 161 40 142 0 110 15 70 467 70 34
Binary 1110001 100000 1100010 0 1001000 1101 111000 100110111 111000 11100

Color Harmonies of #712062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712062

Black with #712062

Text Example


Text Example

White with #712062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712062; }

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

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

background-color css

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

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

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

border-color css

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

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

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