Html Css Color HEX #71125E Palatinate Purple

📋 copy color: '#71125E'

red 113 ◦ green 18 ◦ blue 94

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

Shades of Palatinate Purple #71125E

Tints of Palatinate Purple #71125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

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

R = 50.22%
G = 8%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71125E (or 0x71125E) is known color: Palatinate Purple. HEX triplet: 71, 12 and 5E. RGB value is (113,18,94). Sum of RGB (Red+Green+Blue) = 113+18+94=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71125E is #8EEDA1. Grayscale: #363636. Windows color (decimal): -9366946 or 6165105. OLE color: 6165105.

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

Color convert

RGB 113 18 94 -
CMYK 0 0.84 0.17 0.56
HSL 312º 0.73% 0.26% -
HSV(B) 312º 0.84% 0.44% -
XYZ 9.05 4.75 11.03 -
YUV 55.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 113 18 94 0 0.84 0.17 0.56 312 0.73 0.26
Hex 71 12 5E 0 54 11 38 138 49 1A
Octal 161 22 136 0 124 21 70 470 111 32
Binary 1110001 10010 1011110 0 1010100 10001 111000 100111000 1001001 11010

Color Harmonies of #71125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71125E

Black with #71125E

Text Example


Text Example

White with #71125E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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