Html Css Color HEX #71286D Palatinate Purple

📋 copy color: '#71286D'

red 113 ◦ green 40 ◦ blue 109

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

Shades of Palatinate Purple #71286D

Tints of Palatinate Purple #71286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

 BLUE value IS 109 (42.97% from 255) = 41.6%

R = 43.13%
G = 15.27%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71286D (or 0x71286D) is known color: Palatinate Purple. HEX triplet: 71, 28 and 6D. RGB value is (113,40,109). Sum of RGB (Red+Green+Blue) = 113+40+109=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #71286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71286D is #8ED792. Grayscale: #454545. Windows color (decimal): -9361299 or 7153777. OLE color: 7153777.

HSL color Cylindrical-coordinate representation of color #71286D: hue angle of 303.29º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71286D is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 40 109 -
CMYK 0 0.65 0.04 0.56
HSL 303.29º 0.48% 0.3% -
HSV(B) 303.29º 0.65% 0.44% -
XYZ 10.33 6.13 15.11 -
YUV 69.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 113 40 109 0 0.65 0.04 0.56 303.29 0.48 0.3
Hex 71 28 6D 0 41 4 38 12F 30 1E
Octal 161 50 155 0 101 4 70 457 60 36
Binary 1110001 101000 1101101 0 1000001 100 111000 100101111 110000 11110

Color Harmonies of #71286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71286D

Black with #71286D

Text Example


Text Example

White with #71286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71286D; }

 p { color: rgb(113,40,109); }

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

background-color css

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

 a { background-color: rgb(113,40,109); }

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

border-color css

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

 span { border-color: rgb(113,40,109); }

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