Html Css Color HEX #71165E Palatinate Purple

📋 copy color: '#71165E'

red 113 ◦ green 22 ◦ blue 94

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

Shades of Palatinate Purple #71165E

Tints of Palatinate Purple #71165E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 41.05%

R = 49.34%
G = 9.61%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71165E (or 0x71165E) is known color: Palatinate Purple. HEX triplet: 71, 16 and 5E. RGB value is (113,22,94). Sum of RGB (Red+Green+Blue) = 113+22+94=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71165E is #8EE9A1. Grayscale: #393939. Windows color (decimal): -9365922 or 6166129. OLE color: 6166129.

HSL color Cylindrical-coordinate representation of color #71165E: hue angle of 312.53º 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 #71165E is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 94 -
CMYK 0 0.81 0.17 0.56
HSL 312.53º 0.67% 0.26% -
HSV(B) 312.53º 0.81% 0.44% -
XYZ 9.12 4.89 11.05 -
YUV 57.42 148.65 167.65 -
System Red Green Blue C M Y K H S L
Decimal 113 22 94 0 0.81 0.17 0.56 312.53 0.67 0.26
Hex 71 16 5E 0 51 11 38 139 43 1A
Octal 161 26 136 0 121 21 70 471 103 32
Binary 1110001 10110 1011110 0 1010001 10001 111000 100111001 1000011 11010

Color Harmonies of #71165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71165E

Black with #71165E

Text Example


Text Example

White with #71165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71165E; }

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

 H1.HeaderClassName
 {
   color: #71165E;
 }
 .AnyTagClassName
 {
   color: #71165E;
 }
</style>

background-color css

<style>
 a { background-color: #71165E; }

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

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

border-color css

<style>
 span { border-color: #71165E; }

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

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