Html Css Color HEX #701198 Purple

📋 copy color: '#701198'

red 112 ◦ green 17 ◦ blue 152

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

Shades of Purple #701198

Tints of Purple #701198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.05%

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

R = 39.86%
G = 6.05%
B = 54.09%

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

#701198 (or 0x701198) is known color: Purple. HEX triplet: 70, 11 and 98. RGB value is (112,17,152). Sum of RGB (Red+Green+Blue) = 112+17+152=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #701198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701198 is #8FEE67. Grayscale: #3C3C3C. Windows color (decimal): -9432680 or 9965936. OLE color: 9965936.

HSL color Cylindrical-coordinate representation of color #701198: hue angle of 282.22º degrees, saturation: 0.8, 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 #701198 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 17 152 -
CMYK 0.26 0.89 0 0.40
HSL 282.22º 0.8% 0.33% -
HSV(B) 282.22º 0.89% 0.6% -
XYZ 12.55 6.11 30.22 -
YUV 60.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 112 17 152 0.26 0.89 0 0.40 282.22 0.8 0.33
Hex 70 11 98 1A 59 0 28 11A 50 21
Octal 160 21 230 32 131 0 50 432 120 41
Binary 1110000 10001 10011000 11010 1011001 0 101000 100011010 1010000 100001

Color Harmonies of #701198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701198

Black with #701198

Text Example


Text Example

White with #701198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701198; }

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

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

background-color css

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

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

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

border-color css

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

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

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