Html Css Color HEX #71355F Palatinate Purple

📋 copy color: '#71355F'

red 113 ◦ green 53 ◦ blue 95

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

Shades of Palatinate Purple #71355F

Tints of Palatinate Purple #71355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.31%

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

R = 43.3%
G = 20.31%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71355F (or 0x71355F) is known color: Palatinate Purple. HEX triplet: 71, 35 and 5F. RGB value is (113,53,95). Sum of RGB (Red+Green+Blue) = 113+53+95=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #71355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71355F is #8ECAA0. Grayscale: #4B4B4B. Windows color (decimal): -9357985 or 6239601. OLE color: 6239601.

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

Color convert

RGB 113 53 95 -
CMYK 0 0.53 0.16 0.56
HSL 318º 0.36% 0.33% -
HSV(B) 318º 0.53% 0.44% -
XYZ 10.15 6.88 11.62 -
YUV 75.73 138.88 154.58 -
System Red Green Blue C M Y K H S L
Decimal 113 53 95 0 0.53 0.16 0.56 318 0.36 0.33
Hex 71 35 5F 0 35 10 38 13E 24 21
Octal 161 65 137 0 65 20 70 476 44 41
Binary 1110001 110101 1011111 0 110101 10000 111000 100111110 100100 100001

Color Harmonies of #71355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71355F

Black with #71355F

Text Example


Text Example

White with #71355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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