Html Css Color HEX #71286A Palatinate Purple

📋 copy color: '#71286A'

red 113 ◦ green 40 ◦ blue 106

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

Shades of Palatinate Purple #71286A

Tints of Palatinate Purple #71286A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.93%

R = 43.63%
G = 15.44%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71286A (or 0x71286A) is known color: Palatinate Purple. HEX triplet: 71, 28 and 6A. RGB value is (113,40,106). Sum of RGB (Red+Green+Blue) = 113+40+106=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #71286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71286A is #8ED795. Grayscale: #454545. Windows color (decimal): -9361302 or 6957169. OLE color: 6957169.

HSL color Cylindrical-coordinate representation of color #71286A: hue angle of 305.75º 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 #71286A is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 40 106 -
CMYK 0 0.65 0.06 0.56
HSL 305.75º 0.48% 0.3% -
HSV(B) 305.75º 0.65% 0.44% -
XYZ 10.17 6.07 14.27 -
YUV 69.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 113 40 106 0 0.65 0.06 0.56 305.75 0.48 0.3
Hex 71 28 6A 0 41 6 38 132 30 1E
Octal 161 50 152 0 101 6 70 462 60 36
Binary 1110001 101000 1101010 0 1000001 110 111000 100110010 110000 11110

Color Harmonies of #71286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71286A

Black with #71286A

Text Example


Text Example

White with #71286A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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