Html Css Color HEX #71035D Palatinate Purple

📋 copy color: '#71035D'

red 113 ◦ green 3 ◦ blue 93

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

Shades of Palatinate Purple #71035D

Tints of Palatinate Purple #71035D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 54.07%
G = 1.44%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71035D (or 0x71035D) is known color: Palatinate Purple. HEX triplet: 71, 03 and 5D. RGB value is (113,3,93). Sum of RGB (Red+Green+Blue) = 113+3+93=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71035D is #8EFCA2. Grayscale: #2D2D2D. Windows color (decimal): -9370787 or 6095729. OLE color: 6095729.

HSL color Cylindrical-coordinate representation of color #71035D: hue angle of 310.91º 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 #71035D is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 93 -
CMYK 0 0.97 0.18 0.56
HSL 310.91º 0.95% 0.23% -
HSV(B) 310.91º 0.97% 0.44% -
XYZ 8.82 4.37 10.73 -
YUV 46.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 113 3 93 0 0.97 0.18 0.56 310.91 0.95 0.23
Hex 71 3 5D 0 61 12 38 137 5F 17
Octal 161 3 135 0 141 22 70 467 137 27
Binary 1110001 11 1011101 0 1100001 10010 111000 100110111 1011111 10111

Color Harmonies of #71035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71035D

Black with #71035D

Text Example


Text Example

White with #71035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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