Html Css Color HEX #71135E Palatinate Purple

📋 copy color: '#71135E'

red 113 ◦ green 19 ◦ blue 94

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

Shades of Palatinate Purple #71135E

Tints of Palatinate Purple #71135E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.41%

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

R = 50%
G = 8.41%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71135E (or 0x71135E) is known color: Palatinate Purple. HEX triplet: 71, 13 and 5E. RGB value is (113,19,94). Sum of RGB (Red+Green+Blue) = 113+19+94=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71135E is #8EECA1. Grayscale: #373737. Windows color (decimal): -9366690 or 6165361. OLE color: 6165361.

HSL color Cylindrical-coordinate representation of color #71135E: hue angle of 312.13º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71135E is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 19 94 -
CMYK 0 0.83 0.17 0.56
HSL 312.13º 0.71% 0.26% -
HSV(B) 312.13º 0.83% 0.44% -
XYZ 9.06 4.78 11.04 -
YUV 55.66 149.64 168.9 -
System Red Green Blue C M Y K H S L
Decimal 113 19 94 0 0.83 0.17 0.56 312.13 0.71 0.26
Hex 71 13 5E 0 53 11 38 138 47 1A
Octal 161 23 136 0 123 21 70 470 107 32
Binary 1110001 10011 1011110 0 1010011 10001 111000 100111000 1000111 11010

Color Harmonies of #71135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71135E

Black with #71135E

Text Example


Text Example

White with #71135E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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