#70057B

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

Shades of Purple #70057B

Tints of Purple #70057B

Color information

#70057B (or 0x70057B) is unknown color: approx Purple. HEX triplet: 70, 05 and 7B. RGB value is (112,5,123). Sum of RGB (Red+Green+Blue) = 112+5+123=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #70057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70057B is #8FFA84. Grayscale: #323232. Windows color (decimal): -9435781 or 8062320. OLE color: 8062320.

HSL color Cylindrical-coordinate representation of color #70057B: hue angle of 294.41º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70057B is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1125123-
CMYK0.090.9600.52
HSL294.41º92.19%25.1%-
HSV(B)294.41º95.93%48.24%-
XYZ10.314.9819.16-
YUV50.44168.95171.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=46.67%
G=2.08%
B=51.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11251230.090.9600.52294.4192.1925.1
Hex7057B9600341265c19
Octal16051731114006444613431
Binary11100001011111011100111000000110100100100110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70057B; }

 p { color: rgb(112,5,123); }

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

<style>
 a { background-color: #70057B; }

 a { background-color: rgb(112,5,123); }

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

<style>
 span { border-color: #70057B; }

 span { border-color: rgb(112,5,123); }

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