Html Css Color HEX #71345F Palatinate Purple

📋 copy color: '#71345F'

red 113 ◦ green 52 ◦ blue 95

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

Shades of Palatinate Purple #71345F

Tints of Palatinate Purple #71345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.54%

R = 43.46%
G = 20%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71345F (or 0x71345F) is known color: Palatinate Purple. HEX triplet: 71, 34 and 5F. RGB value is (113,52,95). Sum of RGB (Red+Green+Blue) = 113+52+95=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71345F is #8ECBA0. Grayscale: #4B4B4B. Windows color (decimal): -9358241 or 6239345. OLE color: 6239345.

HSL color Cylindrical-coordinate representation of color #71345F: hue angle of 317.7º 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 #71345F is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 95 -
CMYK 0 0.54 0.16 0.56
HSL 317.7º 0.37% 0.32% -
HSV(B) 317.7º 0.54% 0.44% -
XYZ 10.1 6.79 11.61 -
YUV 75.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 113 52 95 0 0.54 0.16 0.56 317.7 0.37 0.32
Hex 71 34 5F 0 36 10 38 13E 25 20
Octal 161 64 137 0 66 20 70 476 45 40
Binary 1110001 110100 1011111 0 110110 10000 111000 100111110 100101 100000

Color Harmonies of #71345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71345F

Black with #71345F

Text Example


Text Example

White with #71345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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