Html Css Color HEX #701788 Purple

📋 copy color: '#701788'

red 112 ◦ green 23 ◦ blue 136

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

Shades of Purple #701788

Tints of Purple #701788

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

 BLUE value IS 136 (53.52% from 255) = 50.18%

R = 41.33%
G = 8.49%
B = 50.18%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#701788 (or 0x701788) is known color: Purple. HEX triplet: 70, 17 and 88. RGB value is (112,23,136). Sum of RGB (Red+Green+Blue) = 112+23+136=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #701788 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701788 is #8FE877. Grayscale: #3E3E3E. Windows color (decimal): -9431160 or 8918896. OLE color: 8918896.

HSL color Cylindrical-coordinate representation of color #701788: hue angle of 287.26º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701788 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 23 136 -
CMYK 0.18 0.83 0 0.47
HSL 287.26º 0.71% 0.31% -
HSV(B) 287.26º 0.83% 0.53% -
XYZ 11.43 5.84 23.82 -
YUV 62.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 112 23 136 0.18 0.83 0 0.47 287.26 0.71 0.31
Hex 70 17 88 12 53 0 2F 11F 47 1F
Octal 160 27 210 22 123 0 57 437 107 37
Binary 1110000 10111 10001000 10010 1010011 0 101111 100011111 1000111 11111

Color Harmonies of #701788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701788

Black with #701788

Text Example


Text Example

White with #701788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701788; }

 p { color: rgb(112,23,136); }

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

background-color css

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

 a { background-color: rgb(112,23,136); }

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

border-color css

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

 span { border-color: rgb(112,23,136); }

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