#70038A

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

Shades of Purple #70038A

Tints of Purple #70038A

Color information

#70038A (or 0x70038A) is unknown color: approx Purple. HEX triplet: 70, 03 and 8A. RGB value is (112,3,138). Sum of RGB (Red+Green+Blue) = 112+3+138=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #70038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70038A is #8FFC75. Grayscale: #323232. Windows color (decimal): -9436278 or 9044848. OLE color: 9044848.

HSL color Cylindrical-coordinate representation of color #70038A: hue angle of 288.44º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70038A is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1123138-
CMYK0.190.9800.46
HSL288.44º95.74%27.65%-
HSV(B)288.44º97.83%54.12%-
XYZ11.35.3424.48-
YUV50.98177.11171.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=44.27%
G=1.19%
B=54.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11231380.190.9800.46288.4495.7427.65
Hex7038A136202E120601c
Octal16032122314205644014034
Binary111000011100010101001111000100101110100100000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70038A; }

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

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

<style>
 a { background-color: #70038A; }

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

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

<style>
 span { border-color: #70038A; }

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

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