Html Css Color HEX #700098 Purple

📋 copy color: '#700098'

red 112 ◦ green 0 ◦ blue 152

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

Shades of Purple #700098

Tints of Purple #700098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 152 (59.77% from 255) = 57.58%

R = 42.42%
G = 0%
B = 57.58%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#700098 (or 0x700098) is known color: Purple. HEX triplet: 70, 00 and 98. RGB value is (112,0,152). Sum of RGB (Red+Green+Blue) = 112+0+152=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #700098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700098 is #8FFF67. Grayscale: #323232. Windows color (decimal): -9437032 or 9961584. OLE color: 9961584.

HSL color Cylindrical-coordinate representation of color #700098: hue angle of 284.21º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700098 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 0 152 -
CMYK 0.26 1 0 0.40
HSL 284.21º 1% 0.3% -
HSV(B) 284.21º 1% 0.6% -
XYZ 12.35 5.71 30.16 -
YUV 50.82 185.11 171.64 -
System Red Green Blue C M Y K H S L
Decimal 112 0 152 0.26 1 0 0.40 284.21 1 0.3
Hex 70 0 98 1A 64 0 28 11C 64 1E
Octal 160 0 230 32 144 0 50 434 144 36
Binary 1110000 0 10011000 11010 1100100 0 101000 100011100 1100100 11110

Color Harmonies of #700098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700098

Black with #700098

Text Example


Text Example

White with #700098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700098; }

 p { color: rgb(112,0,152); }

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

background-color css

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

 a { background-color: rgb(112,0,152); }

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

border-color css

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

 span { border-color: rgb(112,0,152); }

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