Html Css Color HEX #71346A Palatinate Purple

📋 copy color: '#71346A'

red 113 ◦ green 52 ◦ blue 106

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

Shades of Palatinate Purple #71346A

Tints of Palatinate Purple #71346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

 BLUE value IS 106 (41.8% from 255) = 39.11%

R = 41.7%
G = 19.19%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71346A (or 0x71346A) is known color: Palatinate Purple. HEX triplet: 71, 34 and 6A. RGB value is (113,52,106). Sum of RGB (Red+Green+Blue) = 113+52+106=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #71346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71346A is #8ECB95. Grayscale: #4C4C4C. Windows color (decimal): -9358230 or 6960241. OLE color: 6960241.

HSL color Cylindrical-coordinate representation of color #71346A: hue angle of 306.89º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71346A is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 106 -
CMYK 0 0.54 0.06 0.56
HSL 306.89º 0.37% 0.32% -
HSV(B) 306.89º 0.54% 0.44% -
XYZ 10.64 7.01 14.43 -
YUV 76.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 113 52 106 0 0.54 0.06 0.56 306.89 0.37 0.32
Hex 71 34 6A 0 36 6 38 133 25 20
Octal 161 64 152 0 66 6 70 463 45 40
Binary 1110001 110100 1101010 0 110110 110 111000 100110011 100101 100000

Color Harmonies of #71346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71346A

Black with #71346A

Text Example


Text Example

White with #71346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71346A; }

 p { color: rgb(113,52,106); }

 H1.HeaderClassName
 {
   color: #71346A;
 }
 .AnyTagClassName
 {
   color: #71346A;
 }
</style>

background-color css

<style>
 a { background-color: #71346A; }

 a { background-color: rgb(113,52,106); }

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

border-color css

<style>
 span { border-color: #71346A; }

 span { border-color: rgb(113,52,106); }

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