Html Css Color HEX #701985 Purple

📋 copy color: '#701985'

red 112 ◦ green 25 ◦ blue 133

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

Shades of Purple #701985

Tints of Purple #701985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.26%

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

R = 41.48%
G = 9.26%
B = 49.26%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#701985 (or 0x701985) is known color: Purple. HEX triplet: 70, 19 and 85. RGB value is (112,25,133). Sum of RGB (Red+Green+Blue) = 112+25+133=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #701985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701985 is #8FE67A. Grayscale: #3E3E3E. Windows color (decimal): -9430651 or 8722800. OLE color: 8722800.

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

Color convert

RGB 112 25 133 -
CMYK 0.16 0.81 0 0.48
HSL 288.33º 0.68% 0.31% -
HSV(B) 288.33º 0.81% 0.52% -
XYZ 11.26 5.83 22.72 -
YUV 63.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 112 25 133 0.16 0.81 0 0.48 288.33 0.68 0.31
Hex 70 19 85 10 51 0 30 120 44 1F
Octal 160 31 205 20 121 0 60 440 104 37
Binary 1110000 11001 10000101 10000 1010001 0 110000 100100000 1000100 11111

Color Harmonies of #701985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701985

Black with #701985

Text Example


Text Example

White with #701985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701985; }

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

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

background-color css

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

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

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

border-color css

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

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

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