Html Css Color HEX #71135C Palatinate Purple

📋 copy color: '#71135C'

red 113 ◦ green 19 ◦ blue 92

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

Shades of Palatinate Purple #71135C

Tints of Palatinate Purple #71135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 41.07%

R = 50.45%
G = 8.48%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71135C (or 0x71135C) is known color: Palatinate Purple. HEX triplet: 71, 13 and 5C. RGB value is (113,19,92). Sum of RGB (Red+Green+Blue) = 113+19+92=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #71135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71135C is #8EECA3. Grayscale: #373737. Windows color (decimal): -9366692 or 6034289. OLE color: 6034289.

HSL color Cylindrical-coordinate representation of color #71135C: hue angle of 313.4º 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 #71135C is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 19 92 -
CMYK 0 0.83 0.19 0.56
HSL 313.4º 0.71% 0.26% -
HSV(B) 313.4º 0.83% 0.44% -
XYZ 8.97 4.75 10.57 -
YUV 55.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 113 19 92 0 0.83 0.19 0.56 313.4 0.71 0.26
Hex 71 13 5C 0 53 13 38 139 47 1A
Octal 161 23 134 0 123 23 70 471 107 32
Binary 1110001 10011 1011100 0 1010011 10011 111000 100111001 1000111 11010

Color Harmonies of #71135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71135C

Black with #71135C

Text Example


Text Example

White with #71135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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