Html Css Color HEX #70088E Purple

📋 copy color: '#70088E'

red 112 ◦ green 8 ◦ blue 142

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

Shades of Purple #70088E

Tints of Purple #70088E

RGB

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

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

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

R = 42.75%
G = 3.05%
B = 54.2%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70088E (or 0x70088E) is known color: Purple. HEX triplet: 70, 08 and 8E. RGB value is (112,8,142). Sum of RGB (Red+Green+Blue) = 112+8+142=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #70088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70088E is #8FF771. Grayscale: #353535. Windows color (decimal): -9434994 or 9308272. OLE color: 9308272.

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

Color convert

RGB 112 8 142 -
CMYK 0.21 0.94 0 0.44
HSL 286.57º 0.89% 0.29% -
HSV(B) 286.57º 0.94% 0.56% -
XYZ 11.65 5.57 26.05 -
YUV 54.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 112 8 142 0.21 0.94 0 0.44 286.57 0.89 0.29
Hex 70 8 8E 15 5E 0 2C 11F 59 1D
Octal 160 10 216 25 136 0 54 437 131 35
Binary 1110000 1000 10001110 10101 1011110 0 101100 100011111 1011001 11101

Color Harmonies of #70088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70088E

Black with #70088E

Text Example


Text Example

White with #70088E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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