Html Css Color HEX #701085 Purple

📋 copy color: '#701085'

red 112 ◦ green 16 ◦ blue 133

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

Shades of Purple #701085

Tints of Purple #701085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

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

R = 42.91%
G = 6.13%
B = 50.96%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#701085 (or 0x701085) is known color: Purple. HEX triplet: 70, 10 and 85. RGB value is (112,16,133). Sum of RGB (Red+Green+Blue) = 112+16+133=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #701085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701085 is #8FEF7A. Grayscale: #393939. Windows color (decimal): -9432955 or 8720496. OLE color: 8720496.

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

Color convert

RGB 112 16 133 -
CMYK 0.16 0.88 0 0.48
HSL 289.23º 0.79% 0.29% -
HSV(B) 289.23º 0.88% 0.52% -
XYZ 11.1 5.51 22.67 -
YUV 58.04 170.3 166.49 -
System Red Green Blue C M Y K H S L
Decimal 112 16 133 0.16 0.88 0 0.48 289.23 0.79 0.29
Hex 70 10 85 10 58 0 30 121 4F 1D
Octal 160 20 205 20 130 0 60 441 117 35
Binary 1110000 10000 10000101 10000 1011000 0 110000 100100001 1001111 11101

Color Harmonies of #701085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701085

Black with #701085

Text Example


Text Example

White with #701085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701085; }

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

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

background-color css

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

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

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

border-color css

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

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

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