Html Css Color HEX #71296A Palatinate Purple

📋 copy color: '#71296A'

red 113 ◦ green 41 ◦ blue 106

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

Shades of Palatinate Purple #71296A

Tints of Palatinate Purple #71296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

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

R = 43.46%
G = 15.77%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71296A (or 0x71296A) is known color: Palatinate Purple. HEX triplet: 71, 29 and 6A. RGB value is (113,41,106). Sum of RGB (Red+Green+Blue) = 113+41+106=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #71296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71296A is #8ED695. Grayscale: #454545. Windows color (decimal): -9361046 or 6957425. OLE color: 6957425.

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

Color convert

RGB 113 41 106 -
CMYK 0 0.64 0.06 0.56
HSL 305.83º 0.47% 0.3% -
HSV(B) 305.83º 0.64% 0.44% -
XYZ 10.2 6.14 14.28 -
YUV 69.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 113 41 106 0 0.64 0.06 0.56 305.83 0.47 0.3
Hex 71 29 6A 0 40 6 38 132 2F 1E
Octal 161 51 152 0 100 6 70 462 57 36
Binary 1110001 101001 1101010 0 1000000 110 111000 100110010 101111 11110

Color Harmonies of #71296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71296A

Black with #71296A

Text Example


Text Example

White with #71296A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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