Html Css Color HEX #712163 Palatinate Purple

📋 copy color: '#712163'

red 113 ◦ green 33 ◦ blue 99

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

Shades of Palatinate Purple #712163

Tints of Palatinate Purple #712163

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

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

R = 46.12%
G = 13.47%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#712163 (or 0x712163) is known color: Palatinate Purple. HEX triplet: 71, 21 and 63. RGB value is (113,33,99). Sum of RGB (Red+Green+Blue) = 113+33+99=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #712163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712163 is #8EDE9C. Grayscale: #404040. Windows color (decimal): -9363101 or 6496625. OLE color: 6496625.

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

Color convert

RGB 113 33 99 -
CMYK 0 0.71 0.12 0.56
HSL 310.5º 0.55% 0.29% -
HSV(B) 310.5º 0.71% 0.44% -
XYZ 9.61 5.5 12.36 -
YUV 64.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 113 33 99 0 0.71 0.12 0.56 310.5 0.55 0.29
Hex 71 21 63 0 47 C 38 136 37 1D
Octal 161 41 143 0 107 14 70 466 67 35
Binary 1110001 100001 1100011 0 1000111 1100 111000 100110110 110111 11101

Color Harmonies of #712163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712163

Black with #712163

Text Example


Text Example

White with #712163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712163; }

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

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

background-color css

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

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

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

border-color css

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

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

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