Html Css Color HEX #71075B Palatinate Purple

📋 copy color: '#71075B'

red 113 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #71075B

Tints of Palatinate Purple #71075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

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

R = 53.55%
G = 3.32%
B = 43.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71075B (or 0x71075B) is known color: Palatinate Purple. HEX triplet: 71, 07 and 5B. RGB value is (113,7,91). Sum of RGB (Red+Green+Blue) = 113+7+91=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #71075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71075B is #8EF8A4. Grayscale: #303030. Windows color (decimal): -9369765 or 5965681. OLE color: 5965681.

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

Color convert

RGB 113 7 91 -
CMYK 0 0.94 0.19 0.56
HSL 312.45º 0.88% 0.24% -
HSV(B) 312.45º 0.94% 0.44% -
XYZ 8.77 4.42 10.29 -
YUV 48.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 113 7 91 0 0.94 0.19 0.56 312.45 0.88 0.24
Hex 71 7 5B 0 5E 13 38 138 58 18
Octal 161 7 133 0 136 23 70 470 130 30
Binary 1110001 111 1011011 0 1011110 10011 111000 100111000 1011000 11000

Color Harmonies of #71075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71075B

Black with #71075B

Text Example


Text Example

White with #71075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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