Html Css Color HEX #71085B Palatinate Purple

📋 copy color: '#71085B'

red 113 ◦ green 8 ◦ blue 91

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

Shades of Palatinate Purple #71085B

Tints of Palatinate Purple #71085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.92%

R = 53.3%
G = 3.77%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71085B (or 0x71085B) is known color: Palatinate Purple. HEX triplet: 71, 08 and 5B. RGB value is (113,8,91). Sum of RGB (Red+Green+Blue) = 113+8+91=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71085B is #8EF7A4. Grayscale: #303030. Windows color (decimal): -9369509 or 5965937. OLE color: 5965937.

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

Color convert

RGB 113 8 91 -
CMYK 0 0.93 0.19 0.56
HSL 312.57º 0.87% 0.24% -
HSV(B) 312.57º 0.93% 0.44% -
XYZ 8.79 4.44 10.29 -
YUV 48.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 113 8 91 0 0.93 0.19 0.56 312.57 0.87 0.24
Hex 71 8 5B 0 5D 13 38 139 57 18
Octal 161 10 133 0 135 23 70 471 127 30
Binary 1110001 1000 1011011 0 1011101 10011 111000 100111001 1010111 11000

Color Harmonies of #71085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71085B

Black with #71085B

Text Example


Text Example

White with #71085B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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