Html Css Color HEX #71095D Palatinate Purple

📋 copy color: '#71095D'

red 113 ◦ green 9 ◦ blue 93

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

Shades of Palatinate Purple #71095D

Tints of Palatinate Purple #71095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.19%

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

R = 52.56%
G = 4.19%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#71095D (or 0x71095D) is known color: Palatinate Purple. HEX triplet: 71, 09 and 5D. RGB value is (113,9,93). Sum of RGB (Red+Green+Blue) = 113+9+93=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #71095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71095D is #8EF6A2. Grayscale: #313131. Windows color (decimal): -9369251 or 6097265. OLE color: 6097265.

HSL color Cylindrical-coordinate representation of color #71095D: hue angle of 311.54º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #71095D is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 9 93 -
CMYK 0 0.92 0.18 0.56
HSL 311.54º 0.85% 0.24% -
HSV(B) 311.54º 0.92% 0.44% -
XYZ 8.88 4.5 10.76 -
YUV 49.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 113 9 93 0 0.92 0.18 0.56 311.54 0.85 0.24
Hex 71 9 5D 0 5C 12 38 138 55 18
Octal 161 11 135 0 134 22 70 470 125 30
Binary 1110001 1001 1011101 0 1011100 10010 111000 100111000 1010101 11000

Color Harmonies of #71095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71095D

Black with #71095D

Text Example


Text Example

White with #71095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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