#700B5A

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

Shades of Palatinate Purple #700B5A

Tints of Palatinate Purple #700B5A

Color information

#700B5A (or 0x700B5A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0B and 5A. RGB value is (112,11,90). Sum of RGB (Red+Green+Blue) = 112+11+90=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #700B5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B5A is #8FF4A5. Grayscale: #313131. Windows color (decimal): -9434278 or 5901168. OLE color: 5901168.

HSL color Cylindrical-coordinate representation of color #700B5A: hue angle of 313.07º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B5A is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1121190-
CMYK00.900.200.56
HSL313.07º82.11%24.12%-
HSV(B)313.07º90.18%43.92%-
XYZ8.654.4210.07-
YUV50.2150.46172.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 11 (4.69% from 255) = 5.16%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=52.58%
G=5.16%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112119000.900.200.56313.0782.1124.12
Hex70B5A05A14381395218
Octal160131320132247047112230
Binary1110000101110110100101101010100111000100111001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700B5A; }

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

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

<style>
 a { background-color: #700B5A; }

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

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

<style>
 span { border-color: #700B5A; }

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

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