Html Css Color HEX #700291 Purple

📋 copy color: '#700291'

red 112 ◦ green 2 ◦ blue 145

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

Shades of Purple #700291

Tints of Purple #700291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.98%

R = 43.24%
G = 0.77%
B = 55.98%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#700291 (or 0x700291) is known color: Purple. HEX triplet: 70, 02 and 91. RGB value is (112,2,145). Sum of RGB (Red+Green+Blue) = 112+2+145=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #700291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700291 is #8FFD6E. Grayscale: #323232. Windows color (decimal): -9436527 or 9503344. OLE color: 9503344.

HSL color Cylindrical-coordinate representation of color #700291: hue angle of 286.15º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700291 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 2 145 -
CMYK 0.23 0.99 0 0.43
HSL 286.15º 0.97% 0.29% -
HSV(B) 286.15º 0.99% 0.57% -
XYZ 11.81 5.53 27.23 -
YUV 51.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 112 2 145 0.23 0.99 0 0.43 286.15 0.97 0.29
Hex 70 2 91 17 63 0 2B 11E 61 1D
Octal 160 2 221 27 143 0 53 436 141 35
Binary 1110000 10 10010001 10111 1100011 0 101011 100011110 1100001 11101

Color Harmonies of #700291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700291

Black with #700291

Text Example


Text Example

White with #700291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700291; }

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

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

background-color css

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

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

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

border-color css

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

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

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