Html Css Color HEX #701098 Purple

📋 copy color: '#701098'

red 112 ◦ green 16 ◦ blue 152

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

Shades of Purple #701098

Tints of Purple #701098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.71%

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

R = 40%
G = 5.71%
B = 54.29%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#701098 (or 0x701098) is known color: Purple. HEX triplet: 70, 10 and 98. RGB value is (112,16,152). Sum of RGB (Red+Green+Blue) = 112+16+152=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #701098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701098 is #8FEF67. Grayscale: #3B3B3B. Windows color (decimal): -9432936 or 9965680. OLE color: 9965680.

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

Color convert

RGB 112 16 152 -
CMYK 0.26 0.89 0 0.40
HSL 282.35º 0.81% 0.33% -
HSV(B) 282.35º 0.89% 0.6% -
XYZ 12.53 6.08 30.22 -
YUV 60.21 179.8 164.94 -
System Red Green Blue C M Y K H S L
Decimal 112 16 152 0.26 0.89 0 0.40 282.35 0.81 0.33
Hex 70 10 98 1A 59 0 28 11A 51 21
Octal 160 20 230 32 131 0 50 432 121 41
Binary 1110000 10000 10011000 11010 1011001 0 101000 100011010 1010001 100001

Color Harmonies of #701098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701098

Black with #701098

Text Example


Text Example

White with #701098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701098; }

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

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

background-color css

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

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

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

border-color css

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

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

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