Html Css Color HEX #71365E Palatinate Purple

📋 copy color: '#71365E'

red 113 ◦ green 54 ◦ blue 94

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

Shades of Palatinate Purple #71365E

Tints of Palatinate Purple #71365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 43.3%
G = 20.69%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71365E (or 0x71365E) is known color: Palatinate Purple. HEX triplet: 71, 36 and 5E. RGB value is (113,54,94). Sum of RGB (Red+Green+Blue) = 113+54+94=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71365E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71365E is #8EC9A1. Grayscale: #4C4C4C. Windows color (decimal): -9357730 or 6174321. OLE color: 6174321.

HSL color Cylindrical-coordinate representation of color #71365E: hue angle of 319.32º 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 #71365E is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 54 94 -
CMYK 0 0.52 0.17 0.56
HSL 319.32º 0.35% 0.33% -
HSV(B) 319.32º 0.52% 0.44% -
XYZ 10.15 6.96 11.4 -
YUV 76.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 113 54 94 0 0.52 0.17 0.56 319.32 0.35 0.33
Hex 71 36 5E 0 34 11 38 13F 23 21
Octal 161 66 136 0 64 21 70 477 43 41
Binary 1110001 110110 1011110 0 110100 10001 111000 100111111 100011 100001

Color Harmonies of #71365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71365E

Black with #71365E

Text Example


Text Example

White with #71365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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