Html Css Color HEX #71035E Palatinate Purple

📋 copy color: '#71035E'

red 113 ◦ green 3 ◦ blue 94

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

Shades of Palatinate Purple #71035E

Tints of Palatinate Purple #71035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.43%

 BLUE value IS 94 (37.11% from 255) = 44.76%

R = 53.81%
G = 1.43%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71035E (or 0x71035E) is known color: Palatinate Purple. HEX triplet: 71, 03 and 5E. RGB value is (113,3,94). Sum of RGB (Red+Green+Blue) = 113+3+94=210 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.81% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 113 - color contains mainly: red. Hex color #71035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71035E is #8EFCA1. Grayscale: #2E2E2E. Windows color (decimal): -9370786 or 6161265. OLE color: 6161265.

HSL color Cylindrical-coordinate representation of color #71035E: hue angle of 310.36º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71035E is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 94 -
CMYK 0 0.97 0.17 0.56
HSL 310.36º 0.95% 0.23% -
HSV(B) 310.36º 0.97% 0.44% -
XYZ 8.86 4.38 10.97 -
YUV 46.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 113 3 94 0 0.97 0.17 0.56 310.36 0.95 0.23
Hex 71 3 5E 0 61 11 38 136 5F 17
Octal 161 3 136 0 141 21 70 466 137 27
Binary 1110001 11 1011110 0 1100001 10001 111000 100110110 1011111 10111

Color Harmonies of #71035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71035E

Black with #71035E

Text Example


Text Example

White with #71035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71035E; }

 p { color: rgb(113,3,94); }

 H1.HeaderClassName
 {
   color: #71035E;
 }
 .AnyTagClassName
 {
   color: #71035E;
 }
</style>

background-color css

<style>
 a { background-color: #71035E; }

 a { background-color: rgb(113,3,94); }

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

border-color css

<style>
 span { border-color: #71035E; }

 span { border-color: rgb(113,3,94); }

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