#70236C

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

Shades of Palatinate Purple #70236C

Tints of Palatinate Purple #70236C

Color information

#70236C (or 0x70236C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 23 and 6C. RGB value is (112,35,108). Sum of RGB (Red+Green+Blue) = 112+35+108=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70236C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70236C is #8FDC93. Grayscale: #424242. Windows color (decimal): -9428116 or 7086960. OLE color: 7086960.

HSL color Cylindrical-coordinate representation of color #70236C: hue angle of 303.12º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70236C is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11235108-
CMYK00.690.040.56
HSL303.12º52.38%28.82%-
HSV(B)303.12º68.75%43.92%-
XYZ9.995.7314.77-
YUV66.34151.51160.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=43.92%
G=13.73%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123510800.690.040.56303.1252.3828.82
Hex70236C04543812f341d
Octal1604315401054704576435
Binary111000010001111011000100010110011100010010111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,35,108); }

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

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

 a { background-color: rgb(112,35,108); }

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

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

 span { border-color: rgb(112,35,108); }

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