Html Css Color HEX #71375E Palatinate Purple

📋 copy color: '#71375E'

red 113 ◦ green 55 ◦ blue 94

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

Shades of Palatinate Purple #71375E

Tints of Palatinate Purple #71375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

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

R = 43.13%
G = 20.99%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71375E (or 0x71375E) is known color: Palatinate Purple. HEX triplet: 71, 37 and 5E. RGB value is (113,55,94). Sum of RGB (Red+Green+Blue) = 113+55+94=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #71375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71375E is #8EC8A1. Grayscale: #4C4C4C. Windows color (decimal): -9357474 or 6174577. OLE color: 6174577.

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

Color convert

RGB 113 55 94 -
CMYK 0 0.51 0.17 0.56
HSL 319.66º 0.35% 0.33% -
HSV(B) 319.66º 0.51% 0.44% -
XYZ 10.2 7.05 11.41 -
YUV 76.79 137.72 153.83 -
System Red Green Blue C M Y K H S L
Decimal 113 55 94 0 0.51 0.17 0.56 319.66 0.35 0.33
Hex 71 37 5E 0 33 11 38 140 23 21
Octal 161 67 136 0 63 21 70 500 43 41
Binary 1110001 110111 1011110 0 110011 10001 111000 101000000 100011 100001

Color Harmonies of #71375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71375E

Black with #71375E

Text Example


Text Example

White with #71375E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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