Html Css Color HEX #701492 Purple

📋 copy color: '#701492'

red 112 ◦ green 20 ◦ blue 146

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

Shades of Purple #701492

Tints of Purple #701492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.19%

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

R = 40.29%
G = 7.19%
B = 52.52%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#701492 (or 0x701492) is known color: Purple. HEX triplet: 70, 14 and 92. RGB value is (112,20,146). Sum of RGB (Red+Green+Blue) = 112+20+146=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #701492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701492 is #8FEB6D. Grayscale: #3D3D3D. Windows color (decimal): -9431918 or 9573488. OLE color: 9573488.

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

Color convert

RGB 112 20 146 -
CMYK 0.23 0.86 0 0.43
HSL 283.81º 0.76% 0.33% -
HSV(B) 283.81º 0.86% 0.57% -
XYZ 12.12 6.02 27.72 -
YUV 61.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 112 20 146 0.23 0.86 0 0.43 283.81 0.76 0.33
Hex 70 14 92 17 56 0 2B 11C 4C 21
Octal 160 24 222 27 126 0 53 434 114 41
Binary 1110000 10100 10010010 10111 1010110 0 101011 100011100 1001100 100001

Color Harmonies of #701492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701492

Black with #701492

Text Example


Text Example

White with #701492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701492; }

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

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

background-color css

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

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

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

border-color css

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

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

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