Html Css Color HEX #71285C Palatinate Purple

📋 copy color: '#71285C'

red 113 ◦ green 40 ◦ blue 92

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

Shades of Palatinate Purple #71285C

Tints of Palatinate Purple #71285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 46.12%
G = 16.33%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71285C (or 0x71285C) is known color: Palatinate Purple. HEX triplet: 71, 28 and 5C. RGB value is (113,40,92). Sum of RGB (Red+Green+Blue) = 113+40+92=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71285C is #8ED7A3. Grayscale: #434343. Windows color (decimal): -9361316 or 6039665. OLE color: 6039665.

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

Color convert

RGB 113 40 92 -
CMYK 0 0.65 0.19 0.56
HSL 317.26º 0.48% 0.3% -
HSV(B) 317.26º 0.65% 0.44% -
XYZ 9.5 5.8 10.74 -
YUV 67.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 113 40 92 0 0.65 0.19 0.56 317.26 0.48 0.3
Hex 71 28 5C 0 41 13 38 13D 30 1E
Octal 161 50 134 0 101 23 70 475 60 36
Binary 1110001 101000 1011100 0 1000001 10011 111000 100111101 110000 11110

Color Harmonies of #71285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71285C

Black with #71285C

Text Example


Text Example

White with #71285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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