Html Css Color HEX #700292 Purple

📋 copy color: '#700292'

red 112 ◦ green 2 ◦ blue 146

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

Shades of Purple #700292

Tints of Purple #700292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 56.15%

R = 43.08%
G = 0.77%
B = 56.15%

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

#700292 (or 0x700292) is known color: Purple. HEX triplet: 70, 02 and 92. RGB value is (112,2,146). Sum of RGB (Red+Green+Blue) = 112+2+146=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #700292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700292 is #8FFD6D. Grayscale: #323232. Windows color (decimal): -9436526 or 9568880. OLE color: 9568880.

HSL color Cylindrical-coordinate representation of color #700292: hue angle of 285.83º 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 #700292 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 2 146 -
CMYK 0.23 0.99 0 0.43
HSL 285.83º 0.97% 0.29% -
HSV(B) 285.83º 0.99% 0.57% -
XYZ 11.89 5.56 27.64 -
YUV 51.31 181.44 171.29 -
System Red Green Blue C M Y K H S L
Decimal 112 2 146 0.23 0.99 0 0.43 285.83 0.97 0.29
Hex 70 2 92 17 63 0 2B 11E 61 1D
Octal 160 2 222 27 143 0 53 436 141 35
Binary 1110000 10 10010010 10111 1100011 0 101011 100011110 1100001 11101

Color Harmonies of #700292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700292

Black with #700292

Text Example


Text Example

White with #700292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700292; }

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

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

background-color css

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

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

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

border-color css

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

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

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