Html Css Color HEX #700088 Purple

📋 copy color: '#700088'

red 112 ◦ green 0 ◦ blue 136

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

Shades of Purple #700088

Tints of Purple #700088

RGB

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

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

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

R = 45.16%
G = 0%
B = 54.84%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#700088 (or 0x700088) is known color: Purple. HEX triplet: 70, 00 and 88. RGB value is (112,0,136). Sum of RGB (Red+Green+Blue) = 112+0+136=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #700088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700088 is #8FFF77. Grayscale: #303030. Windows color (decimal): -9437048 or 8913008. OLE color: 8913008.

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

Color convert

RGB 112 0 136 -
CMYK 0.18 1 0 0.47
HSL 289.41º 1% 0.27% -
HSV(B) 289.41º 1% 0.53% -
XYZ 11.13 5.22 23.71 -
YUV 48.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 112 0 136 0.18 1 0 0.47 289.41 1 0.27
Hex 70 0 88 12 64 0 2F 121 64 1B
Octal 160 0 210 22 144 0 57 441 144 33
Binary 1110000 0 10001000 10010 1100100 0 101111 100100001 1100100 11011

Color Harmonies of #700088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700088

Black with #700088

Text Example


Text Example

White with #700088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700088; }

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

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

background-color css

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

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

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

border-color css

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

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

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