Html Css Color HEX #712563 Palatinate Purple

📋 copy color: '#712563'

red 113 ◦ green 37 ◦ blue 99

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

Shades of Palatinate Purple #712563

Tints of Palatinate Purple #712563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

 BLUE value IS 99 (39.06% from 255) = 39.76%

R = 45.38%
G = 14.86%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#712563 (or 0x712563) is known color: Palatinate Purple. HEX triplet: 71, 25 and 63. RGB value is (113,37,99). Sum of RGB (Red+Green+Blue) = 113+37+99=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #712563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712563 is #8EDA9C. Grayscale: #424242. Windows color (decimal): -9362077 or 6497649. OLE color: 6497649.

HSL color Cylindrical-coordinate representation of color #712563: hue angle of 311.05º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #712563 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 37 99 -
CMYK 0 0.67 0.12 0.56
HSL 311.05º 0.51% 0.29% -
HSV(B) 311.05º 0.67% 0.44% -
XYZ 9.72 5.73 12.4 -
YUV 66.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 113 37 99 0 0.67 0.12 0.56 311.05 0.51 0.29
Hex 71 25 63 0 43 C 38 137 33 1D
Octal 161 45 143 0 103 14 70 467 63 35
Binary 1110001 100101 1100011 0 1000011 1100 111000 100110111 110011 11101

Color Harmonies of #712563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712563

Black with #712563

Text Example


Text Example

White with #712563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712563; }

 p { color: rgb(113,37,99); }

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

background-color css

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

 a { background-color: rgb(113,37,99); }

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

border-color css

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

 span { border-color: rgb(113,37,99); }

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