Html Css Color HEX #71105F Palatinate Purple

📋 copy color: '#71105F'

red 113 ◦ green 16 ◦ blue 95

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

Shades of Palatinate Purple #71105F

Tints of Palatinate Purple #71105F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 50.45%
G = 7.14%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71105F (or 0x71105F) is known color: Palatinate Purple. HEX triplet: 71, 10 and 5F. RGB value is (113,16,95). Sum of RGB (Red+Green+Blue) = 113+16+95=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71105F is #8EEFA0. Grayscale: #353535. Windows color (decimal): -9367457 or 6230129. OLE color: 6230129.

HSL color Cylindrical-coordinate representation of color #71105F: hue angle of 311.13º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71105F is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 95 -
CMYK 0 0.86 0.16 0.56
HSL 311.13º 0.75% 0.25% -
HSV(B) 311.13º 0.86% 0.44% -
XYZ 9.06 4.71 11.26 -
YUV 54.01 151.14 170.08 -
System Red Green Blue C M Y K H S L
Decimal 113 16 95 0 0.86 0.16 0.56 311.13 0.75 0.25
Hex 71 10 5F 0 56 10 38 137 4B 19
Octal 161 20 137 0 126 20 70 467 113 31
Binary 1110001 10000 1011111 0 1010110 10000 111000 100110111 1001011 11001

Color Harmonies of #71105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71105F

Black with #71105F

Text Example


Text Example

White with #71105F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71105F; }

 p { color: rgb(113,16,95); }

 H1.HeaderClassName
 {
   color: #71105F;
 }
 .AnyTagClassName
 {
   color: #71105F;
 }
</style>

background-color css

<style>
 a { background-color: #71105F; }

 a { background-color: rgb(113,16,95); }

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

border-color css

<style>
 span { border-color: #71105F; }

 span { border-color: rgb(113,16,95); }

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