Html Css Color HEX #71365F Palatinate Purple

📋 copy color: '#71365F'

red 113 ◦ green 54 ◦ blue 95

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

Shades of Palatinate Purple #71365F

Tints of Palatinate Purple #71365F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.61%

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

R = 43.13%
G = 20.61%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71365F (or 0x71365F) is known color: Palatinate Purple. HEX triplet: 71, 36 and 5F. RGB value is (113,54,95). Sum of RGB (Red+Green+Blue) = 113+54+95=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #71365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71365F is #8EC9A0. Grayscale: #4C4C4C. Windows color (decimal): -9357729 or 6239857. OLE color: 6239857.

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

Color convert

RGB 113 54 95 -
CMYK 0 0.52 0.16 0.56
HSL 318.31º 0.35% 0.33% -
HSV(B) 318.31º 0.52% 0.44% -
XYZ 10.19 6.98 11.64 -
YUV 76.32 138.55 154.17 -
System Red Green Blue C M Y K H S L
Decimal 113 54 95 0 0.52 0.16 0.56 318.31 0.35 0.33
Hex 71 36 5F 0 34 10 38 13E 23 21
Octal 161 66 137 0 64 20 70 476 43 41
Binary 1110001 110110 1011111 0 110100 10000 111000 100111110 100011 100001

Color Harmonies of #71365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71365F

Black with #71365F

Text Example


Text Example

White with #71365F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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