Html Css Color HEX #70028E Purple

📋 copy color: '#70028E'

red 112 ◦ green 2 ◦ blue 142

#70028E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #70028E

Tints of Purple #70028E

RGB

 RED value IS 112 (44.14% from 255) = 43.75%

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 142 (55.86% from 255) = 55.47%

R = 43.75%
G = 0.78%
B = 55.47%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70028E (or 0x70028E) is known color: Purple. HEX triplet: 70, 02 and 8E. RGB value is (112,2,142). Sum of RGB (Red+Green+Blue) = 112+2+142=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #70028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70028E is #8FFD71. Grayscale: #323232. Windows color (decimal): -9436530 or 9306736. OLE color: 9306736.

HSL color Cylindrical-coordinate representation of color #70028E: hue angle of 287.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70028E is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 2 142 -
CMYK 0.21 0.99 0 0.44
HSL 287.14º 0.97% 0.28% -
HSV(B) 287.14º 0.99% 0.56% -
XYZ 11.59 5.44 26.03 -
YUV 50.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 112 2 142 0.21 0.99 0 0.44 287.14 0.97 0.28
Hex 70 2 8E 15 63 0 2C 11F 61 1C
Octal 160 2 216 25 143 0 54 437 141 34
Binary 1110000 10 10001110 10101 1100011 0 101100 100011111 1100001 11100

Color Harmonies of #70028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70028E

Black with #70028E

Text Example


Text Example

White with #70028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70028E; }

 p { color: rgb(112,2,142); }

 H1.HeaderClassName
 {
   color: #70028E;
 }
 .AnyTagClassName
 {
   color: #70028E;
 }
</style>

background-color css

<style>
 a { background-color: #70028E; }

 a { background-color: rgb(112,2,142); }

 div.DivClassName
 {
   background-color: #70028E;
 }
 .BgClassName
 {
   background-color: #70028E;
 }
</style>

border-color css

<style>
 span { border-color: #70028E; }

 span { border-color: rgb(112,2,142); }

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