Html Css Color HEX #70216A Palatinate Purple

📋 copy color: '#70216A'

red 112 ◦ green 33 ◦ blue 106

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

Shades of Palatinate Purple #70216A

Tints of Palatinate Purple #70216A

RGB

 RED value IS 112 (44.14% from 255) = 44.62%

 GREEN value IS 33 (13.28% from 255) = 13.15%

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

R = 44.62%
G = 13.15%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70216A (or 0x70216A) is known color: Palatinate Purple. HEX triplet: 70, 21 and 6A. RGB value is (112,33,106). Sum of RGB (Red+Green+Blue) = 112+33+106=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #70216A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70216A is #8FDE95. Grayscale: #404040. Windows color (decimal): -9428630 or 6955376. OLE color: 6955376.

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

Color convert

RGB 112 33 106 -
CMYK 0 0.71 0.05 0.56
HSL 304.56º 0.54% 0.28% -
HSV(B) 304.56º 0.71% 0.44% -
XYZ 9.83 5.57 14.19 -
YUV 64.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 112 33 106 0 0.71 0.05 0.56 304.56 0.54 0.28
Hex 70 21 6A 0 47 5 38 131 36 1C
Octal 160 41 152 0 107 5 70 461 66 34
Binary 1110000 100001 1101010 0 1000111 101 111000 100110001 110110 11100

Color Harmonies of #70216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70216A

Black with #70216A

Text Example


Text Example

White with #70216A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,33,106); }

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

background-color css

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

 a { background-color: rgb(112,33,106); }

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

border-color css

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

 span { border-color: rgb(112,33,106); }

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