Html Css Color HEX #701285 Purple

📋 copy color: '#701285'

red 112 ◦ green 18 ◦ blue 133

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

Shades of Purple #701285

Tints of Purple #701285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.57%

R = 42.59%
G = 6.84%
B = 50.57%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#701285 (or 0x701285) is known color: Purple. HEX triplet: 70, 12 and 85. RGB value is (112,18,133). Sum of RGB (Red+Green+Blue) = 112+18+133=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #701285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701285 is #8FED7A. Grayscale: #3A3A3A. Windows color (decimal): -9432443 or 8721008. OLE color: 8721008.

HSL color Cylindrical-coordinate representation of color #701285: hue angle of 289.04º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701285 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 18 133 -
CMYK 0.16 0.86 0 0.48
HSL 289.04º 0.76% 0.3% -
HSV(B) 289.04º 0.86% 0.52% -
XYZ 11.13 5.57 22.68 -
YUV 59.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 112 18 133 0.16 0.86 0 0.48 289.04 0.76 0.3
Hex 70 12 85 10 56 0 30 121 4C 1E
Octal 160 22 205 20 126 0 60 441 114 36
Binary 1110000 10010 10000101 10000 1010110 0 110000 100100001 1001100 11110

Color Harmonies of #701285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701285

Black with #701285

Text Example


Text Example

White with #701285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701285; }

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

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

background-color css

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

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

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

border-color css

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

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

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