#70266A

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

Shades of Palatinate Purple #70266A

Tints of Palatinate Purple #70266A

Color information

#70266A (or 0x70266A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 26 and 6A. RGB value is (112,38,106). Sum of RGB (Red+Green+Blue) = 112+38+106=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70266A is #8FD995. Grayscale: #434343. Windows color (decimal): -9427350 or 6956656. OLE color: 6956656.

HSL color Cylindrical-coordinate representation of color #70266A: hue angle of 304.86º 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 #70266A is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11238106-
CMYK00.660.050.56
HSL304.86º49.33%29.41%-
HSV(B)304.86º66.07%43.92%-
XYZ9.985.8714.24-
YUV67.88149.52159.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=43.75%
G=14.84%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123810600.660.050.56304.8649.3329.41
Hex70266A042538131311d
Octal1604615201025704616135
Binary111000010011011010100100001010111100010011000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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