Html Css Color HEX #700286 Purple

📋 copy color: '#700286'

red 112 ◦ green 2 ◦ blue 134

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

Shades of Purple #700286

Tints of Purple #700286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 134 (52.73% from 255) = 54.03%

R = 45.16%
G = 0.81%
B = 54.03%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#700286 (or 0x700286) is known color: Purple. HEX triplet: 70, 02 and 86. RGB value is (112,2,134). Sum of RGB (Red+Green+Blue) = 112+2+134=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #700286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700286 is #8FFD79. Grayscale: #313131. Windows color (decimal): -9436538 or 8782448. OLE color: 8782448.

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

Color convert

RGB 112 2 134 -
CMYK 0.16 0.99 0 0.47
HSL 290º 0.97% 0.27% -
HSV(B) 290º 0.99% 0.53% -
XYZ 11.01 5.21 22.98 -
YUV 49.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 112 2 134 0.16 0.99 0 0.47 290 0.97 0.27
Hex 70 2 86 10 63 0 2F 122 61 1B
Octal 160 2 206 20 143 0 57 442 141 33
Binary 1110000 10 10000110 10000 1100011 0 101111 100100010 1100001 11011

Color Harmonies of #700286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700286

Black with #700286

Text Example


Text Example

White with #700286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700286; }

 p { color: rgb(112,2,134); }

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

background-color css

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

 a { background-color: rgb(112,2,134); }

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

border-color css

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

 span { border-color: rgb(112,2,134); }

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