#70025d

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

Shades of Palatinate Purple #70025D

Tints of Palatinate Purple #70025D

Color information

#70025D (or 0x70025D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 02 and 5D. RGB value is (112,2,93). Sum of RGB (Red+Green+Blue) = 112+2+93=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70025D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70025D is #8FFDA2. Grayscale: #2D2D2D. Windows color (decimal): -9436579 or 6095472. OLE color: 6095472.

HSL color Cylindrical-coordinate representation of color #70025D: hue angle of 310.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70025D is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB112293-
CMYK00.980.170.56
HSL310.36º96.49%22.35%-
HSV(B)310.36º98.21%43.92%-
XYZ8.684.2810.72-
YUV45.26154.94175.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=54.11%
G=0.97%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11229300.980.170.56310.3696.4922.35
Hex7025D06211381366016
Octal16021350142217046614026
Binary11100001010111010110001010001111000100110110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70025d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70025d; }

 p { color: rgb(112,2,93); }

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

<style>
 a { background-color: #70025d; }

 a { background-color: rgb(112,2,93); }

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

<style>
 span { border-color: #70025d; }

 span { border-color: rgb(112,2,93); }

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