Html Css Color HEX #71156C Palatinate Purple

📋 copy color: '#71156C'

red 113 ◦ green 21 ◦ blue 108

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

Shades of Palatinate Purple #71156C

Tints of Palatinate Purple #71156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

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

R = 46.69%
G = 8.68%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71156C (or 0x71156C) is known color: Palatinate Purple. HEX triplet: 71, 15 and 6C. RGB value is (113,21,108). Sum of RGB (Red+Green+Blue) = 113+21+108=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71156C is #8EEA93. Grayscale: #3A3A3A. Windows color (decimal): -9366164 or 7083377. OLE color: 7083377.

HSL color Cylindrical-coordinate representation of color #71156C: hue angle of 303.26º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71156C is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 108 -
CMYK 0 0.81 0.04 0.56
HSL 303.26º 0.69% 0.26% -
HSV(B) 303.26º 0.81% 0.44% -
XYZ 9.78 5.13 14.66 -
YUV 58.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 113 21 108 0 0.81 0.04 0.56 303.26 0.69 0.26
Hex 71 15 6C 0 51 4 38 12F 45 1A
Octal 161 25 154 0 121 4 70 457 105 32
Binary 1110001 10101 1101100 0 1010001 100 111000 100101111 1000101 11010

Color Harmonies of #71156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71156C

Black with #71156C

Text Example


Text Example

White with #71156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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