Html Css Color HEX #71125D Palatinate Purple

📋 copy color: '#71125D'

red 113 ◦ green 18 ◦ blue 93

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

Shades of Palatinate Purple #71125D

Tints of Palatinate Purple #71125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 50.45%
G = 8.04%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71125D (or 0x71125D) is known color: Palatinate Purple. HEX triplet: 71, 12 and 5D. RGB value is (113,18,93). Sum of RGB (Red+Green+Blue) = 113+18+93=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71125D is #8EEDA2. Grayscale: #363636. Windows color (decimal): -9366947 or 6099569. OLE color: 6099569.

HSL color Cylindrical-coordinate representation of color #71125D: hue angle of 312.63º 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 #71125D is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 93 -
CMYK 0 0.84 0.18 0.56
HSL 312.63º 0.73% 0.26% -
HSV(B) 312.63º 0.84% 0.44% -
XYZ 9 4.73 10.8 -
YUV 54.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 113 18 93 0 0.84 0.18 0.56 312.63 0.73 0.26
Hex 71 12 5D 0 54 12 38 139 49 1A
Octal 161 22 135 0 124 22 70 471 111 32
Binary 1110001 10010 1011101 0 1010100 10010 111000 100111001 1001001 11010

Color Harmonies of #71125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71125D

Black with #71125D

Text Example


Text Example

White with #71125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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