Html Css Color HEX #71295B Palatinate Purple

📋 copy color: '#71295B'

red 113 ◦ green 41 ◦ blue 91

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

Shades of Palatinate Purple #71295B

Tints of Palatinate Purple #71295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 46.12%
G = 16.73%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71295B (or 0x71295B) is known color: Palatinate Purple. HEX triplet: 71, 29 and 5B. RGB value is (113,41,91). Sum of RGB (Red+Green+Blue) = 113+41+91=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71295B is #8ED6A4. Grayscale: #444444. Windows color (decimal): -9361061 or 5974385. OLE color: 5974385.

HSL color Cylindrical-coordinate representation of color #71295B: hue angle of 318.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #71295B is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 41 91 -
CMYK 0 0.64 0.19 0.56
HSL 318.33º 0.47% 0.3% -
HSV(B) 318.33º 0.64% 0.44% -
XYZ 9.49 5.85 10.53 -
YUV 68.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 113 41 91 0 0.64 0.19 0.56 318.33 0.47 0.3
Hex 71 29 5B 0 40 13 38 13E 2F 1E
Octal 161 51 133 0 100 23 70 476 57 36
Binary 1110001 101001 1011011 0 1000000 10011 111000 100111110 101111 11110

Color Harmonies of #71295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71295B

Black with #71295B

Text Example


Text Example

White with #71295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71295B; }

 p { color: rgb(113,41,91); }

 H1.HeaderClassName
 {
   color: #71295B;
 }
 .AnyTagClassName
 {
   color: #71295B;
 }
</style>

background-color css

<style>
 a { background-color: #71295B; }

 a { background-color: rgb(113,41,91); }

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

border-color css

<style>
 span { border-color: #71295B; }

 span { border-color: rgb(113,41,91); }

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