Html Css Color HEX #70028D Purple

📋 copy color: '#70028D'

red 112 ◦ green 2 ◦ blue 141

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

Shades of Purple #70028D

Tints of Purple #70028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.29%

R = 43.92%
G = 0.78%
B = 55.29%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70028D (or 0x70028D) is known color: Purple. HEX triplet: 70, 02 and 8D. RGB value is (112,2,141). Sum of RGB (Red+Green+Blue) = 112+2+141=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #70028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70028D is #8FFD72. Grayscale: #323232. Windows color (decimal): -9436531 or 9241200. OLE color: 9241200.

HSL color Cylindrical-coordinate representation of color #70028D: hue angle of 287.48º 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 #70028D is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 2 141 -
CMYK 0.21 0.99 0 0.45
HSL 287.48º 0.97% 0.28% -
HSV(B) 287.48º 0.99% 0.55% -
XYZ 11.51 5.41 25.64 -
YUV 50.74 178.94 171.7 -
System Red Green Blue C M Y K H S L
Decimal 112 2 141 0.21 0.99 0 0.45 287.48 0.97 0.28
Hex 70 2 8D 15 63 0 2D 11F 61 1C
Octal 160 2 215 25 143 0 55 437 141 34
Binary 1110000 10 10001101 10101 1100011 0 101101 100011111 1100001 11100

Color Harmonies of #70028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70028D

Black with #70028D

Text Example


Text Example

White with #70028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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