Html Css Color HEX #71305C Palatinate Purple

📋 copy color: '#71305C'

red 113 ◦ green 48 ◦ blue 92

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

Shades of Palatinate Purple #71305C

Tints of Palatinate Purple #71305C

RGB

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

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

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

R = 44.66%
G = 18.97%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71305C (or 0x71305C) is known color: Palatinate Purple. HEX triplet: 71, 30 and 5C. RGB value is (113,48,92). Sum of RGB (Red+Green+Blue) = 113+48+92=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #71305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71305C is #8ECFA3. Grayscale: #484848. Windows color (decimal): -9359268 or 6041713. OLE color: 6041713.

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

Color convert

RGB 113 48 92 -
CMYK 0 0.58 0.19 0.56
HSL 319.38º 0.4% 0.32% -
HSV(B) 319.38º 0.58% 0.44% -
XYZ 9.8 6.4 10.84 -
YUV 72.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 113 48 92 0 0.58 0.19 0.56 319.38 0.4 0.32
Hex 71 30 5C 0 3A 13 38 13F 28 20
Octal 161 60 134 0 72 23 70 477 50 40
Binary 1110001 110000 1011100 0 111010 10011 111000 100111111 101000 100000

Color Harmonies of #71305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71305C

Black with #71305C

Text Example


Text Example

White with #71305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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