#70305A

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

Shades of Palatinate Purple #70305A

Tints of Palatinate Purple #70305A

Color information

#70305A (or 0x70305A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 30 and 5A. RGB value is (112,48,90). Sum of RGB (Red+Green+Blue) = 112+48+90=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #70305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70305A is #8FCFA5. Grayscale: #474747. Windows color (decimal): -9424806 or 5910640. OLE color: 5910640.

HSL color Cylindrical-coordinate representation of color #70305A: hue angle of 320.62º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70305A is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1124890-
CMYK00.570.200.56
HSL320.62º40%31.37%-
HSV(B)320.62º57.14%43.92%-
XYZ9.586.310.38-
YUV71.92138.2156.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 90 (35.55% from 255) = 36%
R=44.8%
G=19.2%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112489000.570.200.56320.624031.37
Hex70305A0391438141281f
Octal1606013207124705015037
Binary1110000110000101101001110011010011100010100000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,48,90); }

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

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

 a { background-color: rgb(112,48,90); }

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

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

 span { border-color: rgb(112,48,90); }

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