Html Css Color HEX #700295 Purple

📋 copy color: '#700295'

red 112 ◦ green 2 ◦ blue 149

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

Shades of Purple #700295

Tints of Purple #700295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.65%

R = 42.59%
G = 0.76%
B = 56.65%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#700295 (or 0x700295) is known color: Purple. HEX triplet: 70, 02 and 95. RGB value is (112,2,149). Sum of RGB (Red+Green+Blue) = 112+2+149=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #700295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700295 is #8FFD6A. Grayscale: #333333. Windows color (decimal): -9436523 or 9765488. OLE color: 9765488.

HSL color Cylindrical-coordinate representation of color #700295: hue angle of 284.9º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700295 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 2 149 -
CMYK 0.25 0.99 0 0.42
HSL 284.9º 0.97% 0.3% -
HSV(B) 284.9º 0.99% 0.58% -
XYZ 12.13 5.66 28.89 -
YUV 51.65 182.94 171.05 -
System Red Green Blue C M Y K H S L
Decimal 112 2 149 0.25 0.99 0 0.42 284.9 0.97 0.3
Hex 70 2 95 19 63 0 2A 11D 61 1E
Octal 160 2 225 31 143 0 52 435 141 36
Binary 1110000 10 10010101 11001 1100011 0 101010 100011101 1100001 11110

Color Harmonies of #700295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700295

Black with #700295

Text Example


Text Example

White with #700295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700295; }

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

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

background-color css

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

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

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

border-color css

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

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

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