#70266c

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

Shades of Palatinate Purple #70266C

Tints of Palatinate Purple #70266C

Color information

#70266C (or 0x70266C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 26 and 6C. RGB value is (112,38,108). Sum of RGB (Red+Green+Blue) = 112+38+108=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70266C is #8FD993. Grayscale: #434343. Windows color (decimal): -9427348 or 7087728. OLE color: 7087728.

HSL color Cylindrical-coordinate representation of color #70266C: hue angle of 303.24º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70266C is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11238108-
CMYK00.660.040.56
HSL303.24º49.33%29.41%-
HSV(B)303.24º66.07%43.92%-
XYZ10.085.9114.8-
YUV68.11150.52159.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 38 (15.23% from 255) = 14.73%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=43.41%
G=14.73%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123810800.660.040.56303.2449.3329.41
Hex70266C04243812f311d
Octal1604615401024704576135
Binary111000010011011011000100001010011100010010111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70266c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70266c; }

 p { color: rgb(112,38,108); }

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

<style>
 a { background-color: #70266c; }

 a { background-color: rgb(112,38,108); }

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

<style>
 span { border-color: #70266c; }

 span { border-color: rgb(112,38,108); }

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