Html Css Color HEX #700A98 Purple

📋 copy color: '#700A98'

red 112 ◦ green 10 ◦ blue 152

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

Shades of Purple #700A98

Tints of Purple #700A98

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.65%

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

R = 40.88%
G = 3.65%
B = 55.47%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#700A98 (or 0x700A98) is known color: Purple. HEX triplet: 70, 0A and 98. RGB value is (112,10,152). Sum of RGB (Red+Green+Blue) = 112+10+152=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #700A98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700A98 is #8FF567. Grayscale: #383838. Windows color (decimal): -9434472 or 9964144. OLE color: 9964144.

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

Color convert

RGB 112 10 152 -
CMYK 0.26 0.93 0 0.40
HSL 283.1º 0.88% 0.32% -
HSV(B) 283.1º 0.93% 0.6% -
XYZ 12.46 5.93 30.19 -
YUV 56.69 181.79 167.45 -
System Red Green Blue C M Y K H S L
Decimal 112 10 152 0.26 0.93 0 0.40 283.1 0.88 0.32
Hex 70 A 98 1A 5D 0 28 11B 58 20
Octal 160 12 230 32 135 0 50 433 130 40
Binary 1110000 1010 10011000 11010 1011101 0 101000 100011011 1011000 100000

Color Harmonies of #700A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700A98

Black with #700A98

Text Example


Text Example

White with #700A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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