Html Css Color HEX #71345C Palatinate Purple

📋 copy color: '#71345C'

red 113 ◦ green 52 ◦ blue 92

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

Shades of Palatinate Purple #71345C

Tints of Palatinate Purple #71345C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

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

R = 43.97%
G = 20.23%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71345C (or 0x71345C) is known color: Palatinate Purple. HEX triplet: 71, 34 and 5C. RGB value is (113,52,92). Sum of RGB (Red+Green+Blue) = 113+52+92=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #71345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71345C is #8ECBA3. Grayscale: #4A4A4A. Windows color (decimal): -9358244 or 6042737. OLE color: 6042737.

HSL color Cylindrical-coordinate representation of color #71345C: hue angle of 320.66º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71345C is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 92 -
CMYK 0 0.54 0.19 0.56
HSL 320.66º 0.37% 0.32% -
HSV(B) 320.66º 0.54% 0.44% -
XYZ 9.97 6.74 10.9 -
YUV 74.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 113 52 92 0 0.54 0.19 0.56 320.66 0.37 0.32
Hex 71 34 5C 0 36 13 38 141 25 20
Octal 161 64 134 0 66 23 70 501 45 40
Binary 1110001 110100 1011100 0 110110 10011 111000 101000001 100101 100000

Color Harmonies of #71345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71345C

Black with #71345C

Text Example


Text Example

White with #71345C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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