Html Css Color HEX #71166F Palatinate Purple

📋 copy color: '#71166F'

red 113 ◦ green 22 ◦ blue 111

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

Shades of Palatinate Purple #71166F

Tints of Palatinate Purple #71166F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.94%

 BLUE value IS 111 (43.75% from 255) = 45.12%

R = 45.93%
G = 8.94%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71166F (or 0x71166F) is known color: Palatinate Purple. HEX triplet: 71, 16 and 6F. RGB value is (113,22,111). Sum of RGB (Red+Green+Blue) = 113+22+111=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #71166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71166F is #8EE990. Grayscale: #3B3B3B. Windows color (decimal): -9365905 or 7280241. OLE color: 7280241.

HSL color Cylindrical-coordinate representation of color #71166F: hue angle of 301.32º degrees, saturation: 0.67, 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 #71166F is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 111 -
CMYK 0 0.81 0.02 0.56
HSL 301.32º 0.67% 0.26% -
HSV(B) 301.32º 0.81% 0.44% -
XYZ 9.97 5.23 15.52 -
YUV 59.36 157.15 166.26 -
System Red Green Blue C M Y K H S L
Decimal 113 22 111 0 0.81 0.02 0.56 301.32 0.67 0.26
Hex 71 16 6F 0 51 2 38 12D 43 1A
Octal 161 26 157 0 121 2 70 455 103 32
Binary 1110001 10110 1101111 0 1010001 10 111000 100101101 1000011 11010

Color Harmonies of #71166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71166F

Black with #71166F

Text Example


Text Example

White with #71166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,22,111); }

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

background-color css

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

 a { background-color: rgb(113,22,111); }

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

border-color css

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

 span { border-color: rgb(113,22,111); }

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