Html Css Color HEX #700087 Purple

📋 copy color: '#700087'

red 112 ◦ green 0 ◦ blue 135

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

Shades of Purple #700087

Tints of Purple #700087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54.66%

R = 45.34%
G = 0%
B = 54.66%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#700087 (or 0x700087) is known color: Purple. HEX triplet: 70, 00 and 87. RGB value is (112,0,135). Sum of RGB (Red+Green+Blue) = 112+0+135=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #700087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700087 is #8FFF78. Grayscale: #303030. Windows color (decimal): -9437049 or 8847472. OLE color: 8847472.

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

Color convert

RGB 112 0 135 -
CMYK 0.17 1 0 0.47
HSL 289.78º 1% 0.26% -
HSV(B) 289.78º 1% 0.53% -
XYZ 11.06 5.19 23.34 -
YUV 48.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 112 0 135 0.17 1 0 0.47 289.78 1 0.26
Hex 70 0 87 11 64 0 2F 122 64 1A
Octal 160 0 207 21 144 0 57 442 144 32
Binary 1110000 0 10000111 10001 1100100 0 101111 100100010 1100100 11010

Color Harmonies of #700087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700087

Black with #700087

Text Example


Text Example

White with #700087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700087; }

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

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

background-color css

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

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

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

border-color css

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

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

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