Html Css Color HEX #71305D Palatinate Purple

📋 copy color: '#71305D'

red 113 ◦ green 48 ◦ blue 93

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

Shades of Palatinate Purple #71305D

Tints of Palatinate Purple #71305D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.61%

R = 44.49%
G = 18.9%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71305D (or 0x71305D) is known color: Palatinate Purple. HEX triplet: 71, 30 and 5D. RGB value is (113,48,93). Sum of RGB (Red+Green+Blue) = 113+48+93=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #71305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71305D is #8ECFA2. Grayscale: #484848. Windows color (decimal): -9359267 or 6107249. OLE color: 6107249.

HSL color Cylindrical-coordinate representation of color #71305D: hue angle of 318.46º 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 #71305D is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 48 93 -
CMYK 0 0.58 0.18 0.56
HSL 318.46º 0.4% 0.32% -
HSV(B) 318.46º 0.58% 0.44% -
XYZ 9.84 6.41 11.08 -
YUV 72.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 113 48 93 0 0.58 0.18 0.56 318.46 0.4 0.32
Hex 71 30 5D 0 3A 12 38 13E 28 20
Octal 161 60 135 0 72 22 70 476 50 40
Binary 1110001 110000 1011101 0 111010 10010 111000 100111110 101000 100000

Color Harmonies of #71305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71305D

Black with #71305D

Text Example


Text Example

White with #71305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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