Html Css Color HEX #71075D Palatinate Purple

📋 copy color: '#71075D'

red 113 ◦ green 7 ◦ blue 93

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

Shades of Palatinate Purple #71075D

Tints of Palatinate Purple #71075D

RGB

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

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

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

R = 53.05%
G = 3.29%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71075D (or 0x71075D) is known color: Palatinate Purple. HEX triplet: 71, 07 and 5D. RGB value is (113,7,93). Sum of RGB (Red+Green+Blue) = 113+7+93=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71075D is #8EF8A2. Grayscale: #303030. Windows color (decimal): -9369763 or 6096753. OLE color: 6096753.

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

Color convert

RGB 113 7 93 -
CMYK 0 0.94 0.18 0.56
HSL 311.32º 0.88% 0.24% -
HSV(B) 311.32º 0.94% 0.44% -
XYZ 8.86 4.45 10.75 -
YUV 48.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 113 7 93 0 0.94 0.18 0.56 311.32 0.88 0.24
Hex 71 7 5D 0 5E 12 38 137 58 18
Octal 161 7 135 0 136 22 70 467 130 30
Binary 1110001 111 1011101 0 1011110 10010 111000 100110111 1011000 11000

Color Harmonies of #71075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71075D

Black with #71075D

Text Example


Text Example

White with #71075D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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