#70216B

Color #70216B Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #70216B

Tints of Palatinate Purple #70216B

Color information

#70216B (or 0x70216B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 21 and 6B. RGB value is (112,33,107). Sum of RGB (Red+Green+Blue) = 112+33+107=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70216B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70216B is #8FDE94. Grayscale: #404040. Windows color (decimal): -9428629 or 7020912. OLE color: 7020912.

HSL color Cylindrical-coordinate representation of color #70216B: hue angle of 303.8º 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 #70216B is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11233107-
CMYK00.710.040.56
HSL303.8º54.48%28.43%-
HSV(B)303.8º70.54%43.92%-
XYZ9.885.5914.47-
YUV65.06151.67161.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 33 (13.28% from 255) = 13.10%
BLUE value IS 107 (42.19% from 255) = 42.46%
R=44.44%
G=13.10%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123310700.710.040.56303.854.4828.43
Hex70216B047438130361c
Octal1604115301074704606634
Binary111000010000111010110100011110011100010011000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70216B;
 }
 .AnyTagClassName
 {
   color: #70216B;
 }
</style>
background-color css

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

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

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

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

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

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