Html Css Color HEX #71286C Palatinate Purple

📋 copy color: '#71286C'

red 113 ◦ green 40 ◦ blue 108

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

Shades of Palatinate Purple #71286C

Tints of Palatinate Purple #71286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 43.3%
G = 15.33%
B = 41.38%

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

#71286C (or 0x71286C) is known color: Palatinate Purple. HEX triplet: 71, 28 and 6C. RGB value is (113,40,108). Sum of RGB (Red+Green+Blue) = 113+40+108=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71286C is #8ED793. Grayscale: #454545. Windows color (decimal): -9361300 or 7088241. OLE color: 7088241.

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

Color convert

RGB 113 40 108 -
CMYK 0 0.65 0.04 0.56
HSL 304.11º 0.48% 0.3% -
HSV(B) 304.11º 0.65% 0.44% -
XYZ 10.28 6.11 14.83 -
YUV 69.58 149.68 158.97 -
System Red Green Blue C M Y K H S L
Decimal 113 40 108 0 0.65 0.04 0.56 304.11 0.48 0.3
Hex 71 28 6C 0 41 4 38 130 30 1E
Octal 161 50 154 0 101 4 70 460 60 36
Binary 1110001 101000 1101100 0 1000001 100 111000 100110000 110000 11110

Color Harmonies of #71286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71286C

Black with #71286C

Text Example


Text Example

White with #71286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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