Html Css Color HEX #70088D Purple

📋 copy color: '#70088D'

red 112 ◦ green 8 ◦ blue 141

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

Shades of Purple #70088D

Tints of Purple #70088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.07%

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

R = 42.91%
G = 3.07%
B = 54.02%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70088D (or 0x70088D) is known color: Purple. HEX triplet: 70, 08 and 8D. RGB value is (112,8,141). Sum of RGB (Red+Green+Blue) = 112+8+141=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #70088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70088D is #8FF772. Grayscale: #353535. Windows color (decimal): -9434995 or 9242736. OLE color: 9242736.

HSL color Cylindrical-coordinate representation of color #70088D: hue angle of 286.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70088D is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 8 141 -
CMYK 0.21 0.94 0 0.45
HSL 286.92º 0.89% 0.29% -
HSV(B) 286.92º 0.94% 0.55% -
XYZ 11.58 5.54 25.66 -
YUV 54.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 112 8 141 0.21 0.94 0 0.45 286.92 0.89 0.29
Hex 70 8 8D 15 5E 0 2D 11F 59 1D
Octal 160 10 215 25 136 0 55 437 131 35
Binary 1110000 1000 10001101 10101 1011110 0 101101 100011111 1011001 11101

Color Harmonies of #70088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70088D

Black with #70088D

Text Example


Text Example

White with #70088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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