Html Css Color HEX #71055B Palatinate Purple

📋 copy color: '#71055B'

red 113 ◦ green 5 ◦ blue 91

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

Shades of Palatinate Purple #71055B

Tints of Palatinate Purple #71055B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.39%

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

R = 54.07%
G = 2.39%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71055B (or 0x71055B) is known color: Palatinate Purple. HEX triplet: 71, 05 and 5B. RGB value is (113,5,91). Sum of RGB (Red+Green+Blue) = 113+5+91=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71055B is #8EFAA4. Grayscale: #2E2E2E. Windows color (decimal): -9370277 or 5965169. OLE color: 5965169.

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

Color convert

RGB 113 5 91 -
CMYK 0 0.96 0.19 0.56
HSL 312.22º 0.92% 0.23% -
HSV(B) 312.22º 0.96% 0.44% -
XYZ 8.75 4.37 10.28 -
YUV 47.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 113 5 91 0 0.96 0.19 0.56 312.22 0.92 0.23
Hex 71 5 5B 0 60 13 38 138 5C 17
Octal 161 5 133 0 140 23 70 470 134 27
Binary 1110001 101 1011011 0 1100000 10011 111000 100111000 1011100 10111

Color Harmonies of #71055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71055B

Black with #71055B

Text Example


Text Example

White with #71055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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