Html Css Color HEX #70028C Purple

📋 copy color: '#70028C'

red 112 ◦ green 2 ◦ blue 140

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

Shades of Purple #70028C

Tints of Purple #70028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.12%

R = 44.09%
G = 0.79%
B = 55.12%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70028C (or 0x70028C) is known color: Purple. HEX triplet: 70, 02 and 8C. RGB value is (112,2,140). Sum of RGB (Red+Green+Blue) = 112+2+140=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #70028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70028C is #8FFD73. Grayscale: #323232. Windows color (decimal): -9436532 or 9175664. OLE color: 9175664.

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

Color convert

RGB 112 2 140 -
CMYK 0.20 0.99 0 0.45
HSL 287.83º 0.97% 0.28% -
HSV(B) 287.83º 0.99% 0.55% -
XYZ 11.44 5.38 25.25 -
YUV 50.62 178.44 171.78 -
System Red Green Blue C M Y K H S L
Decimal 112 2 140 0.20 0.99 0 0.45 287.83 0.97 0.28
Hex 70 2 8C 14 63 0 2D 120 61 1C
Octal 160 2 214 24 143 0 55 440 141 34
Binary 1110000 10 10001100 10100 1100011 0 101101 100100000 1100001 11100

Color Harmonies of #70028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70028C

Black with #70028C

Text Example


Text Example

White with #70028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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