Html Css Color HEX #71085A Palatinate Purple

📋 copy color: '#71085A'

red 113 ◦ green 8 ◦ blue 90

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

Shades of Palatinate Purple #71085A

Tints of Palatinate Purple #71085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

 BLUE value IS 90 (35.55% from 255) = 42.65%

R = 53.55%
G = 3.79%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71085A (or 0x71085A) is known color: Palatinate Purple. HEX triplet: 71, 08 and 5A. RGB value is (113,8,90). Sum of RGB (Red+Green+Blue) = 113+8+90=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #71085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71085A is #8EF7A5. Grayscale: #303030. Windows color (decimal): -9369510 or 5900401. OLE color: 5900401.

HSL color Cylindrical-coordinate representation of color #71085A: hue angle of 313.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71085A is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 8 90 -
CMYK 0 0.93 0.20 0.56
HSL 313.14º 0.87% 0.24% -
HSV(B) 313.14º 0.93% 0.44% -
XYZ 8.74 4.42 10.07 -
YUV 48.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 113 8 90 0 0.93 0.20 0.56 313.14 0.87 0.24
Hex 71 8 5A 0 5D 14 38 139 57 18
Octal 161 10 132 0 135 24 70 471 127 30
Binary 1110001 1000 1011010 0 1011101 10100 111000 100111001 1010111 11000

Color Harmonies of #71085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71085A

Black with #71085A

Text Example


Text Example

White with #71085A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,8,90); }

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

background-color css

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

 a { background-color: rgb(113,8,90); }

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

border-color css

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

 span { border-color: rgb(113,8,90); }

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