Html Css Color HEX #701292 Purple

📋 copy color: '#701292'

red 112 ◦ green 18 ◦ blue 146

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

Shades of Purple #701292

Tints of Purple #701292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.52%

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

R = 40.58%
G = 6.52%
B = 52.9%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#701292 (or 0x701292) is known color: Purple. HEX triplet: 70, 12 and 92. RGB value is (112,18,146). Sum of RGB (Red+Green+Blue) = 112+18+146=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #701292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701292 is #8FED6D. Grayscale: #3C3C3C. Windows color (decimal): -9432430 or 9572976. OLE color: 9572976.

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

Color convert

RGB 112 18 146 -
CMYK 0.23 0.88 0 0.43
HSL 284.06º 0.78% 0.32% -
HSV(B) 284.06º 0.88% 0.57% -
XYZ 12.09 5.95 27.71 -
YUV 60.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 112 18 146 0.23 0.88 0 0.43 284.06 0.78 0.32
Hex 70 12 92 17 58 0 2B 11C 4E 20
Octal 160 22 222 27 130 0 53 434 116 40
Binary 1110000 10010 10010010 10111 1011000 0 101011 100011100 1001110 100000

Color Harmonies of #701292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701292

Black with #701292

Text Example


Text Example

White with #701292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701292; }

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

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

background-color css

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

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

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

border-color css

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

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

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