Html Css Color HEX #71305E Palatinate Purple

📋 copy color: '#71305E'

red 113 ◦ green 48 ◦ blue 94

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

Shades of Palatinate Purple #71305E

Tints of Palatinate Purple #71305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.82%

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

R = 44.31%
G = 18.82%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71305E (or 0x71305E) is known color: Palatinate Purple. HEX triplet: 71, 30 and 5E. RGB value is (113,48,94). Sum of RGB (Red+Green+Blue) = 113+48+94=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71305E is #8ECFA1. Grayscale: #484848. Windows color (decimal): -9359266 or 6172785. OLE color: 6172785.

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

Color convert

RGB 113 48 94 -
CMYK 0 0.58 0.17 0.56
HSL 317.54º 0.4% 0.32% -
HSV(B) 317.54º 0.58% 0.44% -
XYZ 9.89 6.43 11.31 -
YUV 72.68 140.03 156.76 -
System Red Green Blue C M Y K H S L
Decimal 113 48 94 0 0.58 0.17 0.56 317.54 0.4 0.32
Hex 71 30 5E 0 3A 11 38 13E 28 20
Octal 161 60 136 0 72 21 70 476 50 40
Binary 1110001 110000 1011110 0 111010 10001 111000 100111110 101000 100000

Color Harmonies of #71305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71305E

Black with #71305E

Text Example


Text Example

White with #71305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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