Html Css Color HEX #70098D Purple

📋 copy color: '#70098D'

red 112 ◦ green 9 ◦ blue 141

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

Shades of Purple #70098D

Tints of Purple #70098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

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

R = 42.75%
G = 3.44%
B = 53.82%

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

#70098D (or 0x70098D) is known color: Purple. HEX triplet: 70, 09 and 8D. RGB value is (112,9,141). Sum of RGB (Red+Green+Blue) = 112+9+141=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #70098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70098D is #8FF672. Grayscale: #363636. Windows color (decimal): -9434739 or 9242992. OLE color: 9242992.

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

Color convert

RGB 112 9 141 -
CMYK 0.21 0.94 0 0.45
HSL 286.82º 0.88% 0.29% -
HSV(B) 286.82º 0.94% 0.55% -
XYZ 11.59 5.56 25.66 -
YUV 54.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 112 9 141 0.21 0.94 0 0.45 286.82 0.88 0.29
Hex 70 9 8D 15 5E 0 2D 11F 58 1D
Octal 160 11 215 25 136 0 55 437 130 35
Binary 1110000 1001 10001101 10101 1011110 0 101101 100011111 1011000 11101

Color Harmonies of #70098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70098D

Black with #70098D

Text Example


Text Example

White with #70098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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