Html Css Color HEX #71075A Palatinate Purple

📋 copy color: '#71075A'

red 113 ◦ green 7 ◦ blue 90

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

Shades of Palatinate Purple #71075A

Tints of Palatinate Purple #71075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.86%

R = 53.81%
G = 3.33%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71075A (or 0x71075A) is known color: Palatinate Purple. HEX triplet: 71, 07 and 5A. RGB value is (113,7,90). Sum of RGB (Red+Green+Blue) = 113+7+90=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71075A is #8EF8A5. Grayscale: #2F2F2F. Windows color (decimal): -9369766 or 5900145. OLE color: 5900145.

HSL color Cylindrical-coordinate representation of color #71075A: hue angle of 313.02º 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 #71075A is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 7 90 -
CMYK 0 0.94 0.20 0.56
HSL 313.02º 0.88% 0.24% -
HSV(B) 313.02º 0.94% 0.44% -
XYZ 8.73 4.4 10.06 -
YUV 48.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 113 7 90 0 0.94 0.20 0.56 313.02 0.88 0.24
Hex 71 7 5A 0 5E 14 38 139 58 18
Octal 161 7 132 0 136 24 70 471 130 30
Binary 1110001 111 1011010 0 1011110 10100 111000 100111001 1011000 11000

Color Harmonies of #71075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71075A

Black with #71075A

Text Example


Text Example

White with #71075A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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