Html Css Color HEX #71145F Palatinate Purple

📋 copy color: '#71145F'

red 113 ◦ green 20 ◦ blue 95

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

Shades of Palatinate Purple #71145F

Tints of Palatinate Purple #71145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.77%

 BLUE value IS 95 (37.5% from 255) = 41.67%

R = 49.56%
G = 8.77%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71145F (or 0x71145F) is known color: Palatinate Purple. HEX triplet: 71, 14 and 5F. RGB value is (113,20,95). Sum of RGB (Red+Green+Blue) = 113+20+95=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71145F is #8EEBA0. Grayscale: #383838. Windows color (decimal): -9366433 or 6231153. OLE color: 6231153.

HSL color Cylindrical-coordinate representation of color #71145F: hue angle of 311.61º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71145F is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 95 -
CMYK 0 0.82 0.16 0.56
HSL 311.61º 0.7% 0.26% -
HSV(B) 311.61º 0.82% 0.44% -
XYZ 9.13 4.84 11.28 -
YUV 56.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 113 20 95 0 0.82 0.16 0.56 311.61 0.7 0.26
Hex 71 14 5F 0 52 10 38 138 46 1A
Octal 161 24 137 0 122 20 70 470 106 32
Binary 1110001 10100 1011111 0 1010010 10000 111000 100111000 1000110 11010

Color Harmonies of #71145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71145F

Black with #71145F

Text Example


Text Example

White with #71145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71145F; }

 p { color: rgb(113,20,95); }

 H1.HeaderClassName
 {
   color: #71145F;
 }
 .AnyTagClassName
 {
   color: #71145F;
 }
</style>

background-color css

<style>
 a { background-color: #71145F; }

 a { background-color: rgb(113,20,95); }

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

border-color css

<style>
 span { border-color: #71145F; }

 span { border-color: rgb(113,20,95); }

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