#70045B

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

Shades of Palatinate Purple #70045B

Tints of Palatinate Purple #70045B

Color information

#70045B (or 0x70045B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 04 and 5B. RGB value is (112,4,91). Sum of RGB (Red+Green+Blue) = 112+4+91=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70045B is #8FFBA4. Grayscale: #2D2D2D. Windows color (decimal): -9436069 or 5964912. OLE color: 5964912.

HSL color Cylindrical-coordinate representation of color #70045B: hue angle of 311.67º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70045B is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB112491-
CMYK00.960.190.56
HSL311.67º93.1%22.75%-
HSV(B)311.67º96.43%43.92%-
XYZ8.614.2910.27-
YUV46.21153.28174.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 4 (1.95% from 255) = 1.93%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=54.11%
G=1.93%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11249100.960.190.56311.6793.122.75
Hex7045B06013381385d17
Octal16041330140237047013527
Binary111000010010110110110000010011111000100111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,4,91); }

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

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

 a { background-color: rgb(112,4,91); }

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

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

 span { border-color: rgb(112,4,91); }

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