Html Css Color HEX #712065 Palatinate Purple

📋 copy color: '#712065'

red 113 ◦ green 32 ◦ blue 101

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

Shades of Palatinate Purple #712065

Tints of Palatinate Purple #712065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.06%

R = 45.93%
G = 13.01%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#712065 (or 0x712065) is known color: Palatinate Purple. HEX triplet: 71, 20 and 65. RGB value is (113,32,101). Sum of RGB (Red+Green+Blue) = 113+32+101=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #712065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712065 is #8EDF9A. Grayscale: #3F3F3F. Windows color (decimal): -9363355 or 6627441. OLE color: 6627441.

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

Color convert

RGB 113 32 101 -
CMYK 0 0.72 0.11 0.56
HSL 308.89º 0.56% 0.28% -
HSV(B) 308.89º 0.72% 0.44% -
XYZ 9.68 5.48 12.86 -
YUV 64.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 113 32 101 0 0.72 0.11 0.56 308.89 0.56 0.28
Hex 71 20 65 0 48 B 38 135 38 1C
Octal 161 40 145 0 110 13 70 465 70 34
Binary 1110001 100000 1100101 0 1001000 1011 111000 100110101 111000 11100

Color Harmonies of #712065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712065

Black with #712065

Text Example


Text Example

White with #712065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712065; }

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

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

background-color css

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

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

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

border-color css

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

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

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