#70035C

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

Shades of Palatinate Purple #70035C

Tints of Palatinate Purple #70035C

Color information

#70035C (or 0x70035C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 03 and 5C. RGB value is (112,3,92). Sum of RGB (Red+Green+Blue) = 112+3+92=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70035C is #8FFCA3. Grayscale: #2D2D2D. Windows color (decimal): -9436324 or 6030192. OLE color: 6030192.

HSL color Cylindrical-coordinate representation of color #70035C: hue angle of 311.01º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70035C is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB112392-
CMYK00.970.180.56
HSL311.01º94.78%22.55%-
HSV(B)311.01º97.32%43.92%-
XYZ8.654.2810.5-
YUV45.74154.11175.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.11%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 92 (36.33% from 255) = 44.44%
R=54.11%
G=1.45%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11239200.970.180.56311.0194.7822.55
Hex7035C06112381375f17
Octal16031340141227046713727
Binary11100001110111000110000110010111000100110111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70035C; }

 p { color: rgb(112,3,92); }

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

<style>
 a { background-color: #70035C; }

 a { background-color: rgb(112,3,92); }

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

<style>
 span { border-color: #70035C; }

 span { border-color: rgb(112,3,92); }

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