Html Css Color HEX #71106C Palatinate Purple

📋 copy color: '#71106C'

red 113 ◦ green 16 ◦ blue 108

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

Shades of Palatinate Purple #71106C

Tints of Palatinate Purple #71106C

RGB

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

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

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

R = 47.68%
G = 6.75%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71106C (or 0x71106C) is known color: Palatinate Purple. HEX triplet: 71, 10 and 6C. RGB value is (113,16,108). Sum of RGB (Red+Green+Blue) = 113+16+108=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #71106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71106C is #8EEF93. Grayscale: #373737. Windows color (decimal): -9367444 or 7082097. OLE color: 7082097.

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

Color convert

RGB 113 16 108 -
CMYK 0 0.86 0.04 0.56
HSL 303.09º 0.75% 0.25% -
HSV(B) 303.09º 0.86% 0.44% -
XYZ 9.7 4.96 14.63 -
YUV 55.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 113 16 108 0 0.86 0.04 0.56 303.09 0.75 0.25
Hex 71 10 6C 0 56 4 38 12F 4B 19
Octal 161 20 154 0 126 4 70 457 113 31
Binary 1110001 10000 1101100 0 1010110 100 111000 100101111 1001011 11001

Color Harmonies of #71106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71106C

Black with #71106C

Text Example


Text Example

White with #71106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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