Html Css Color HEX #71226A Palatinate Purple

📋 copy color: '#71226A'

red 113 ◦ green 34 ◦ blue 106

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

Shades of Palatinate Purple #71226A

Tints of Palatinate Purple #71226A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.44%

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

R = 44.66%
G = 13.44%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71226A (or 0x71226A) is known color: Palatinate Purple. HEX triplet: 71, 22 and 6A. RGB value is (113,34,106). Sum of RGB (Red+Green+Blue) = 113+34+106=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #71226A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71226A is #8EDD95. Grayscale: #414141. Windows color (decimal): -9362838 or 6955633. OLE color: 6955633.

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

Color convert

RGB 113 34 106 -
CMYK 0 0.70 0.06 0.56
HSL 305.32º 0.54% 0.29% -
HSV(B) 305.32º 0.7% 0.44% -
XYZ 9.98 5.7 14.21 -
YUV 65.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 113 34 106 0 0.70 0.06 0.56 305.32 0.54 0.29
Hex 71 22 6A 0 46 6 38 131 36 1D
Octal 161 42 152 0 106 6 70 461 66 35
Binary 1110001 100010 1101010 0 1000110 110 111000 100110001 110110 11101

Color Harmonies of #71226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71226A

Black with #71226A

Text Example


Text Example

White with #71226A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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