Html Css Color HEX #700085 Purple

📋 copy color: '#700085'

red 112 ◦ green 0 ◦ blue 133

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

Shades of Purple #700085

Tints of Purple #700085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.71%
G = 0%
B = 54.29%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#700085 (or 0x700085) is known color: Purple. HEX triplet: 70, 00 and 85. RGB value is (112,0,133). Sum of RGB (Red+Green+Blue) = 112+0+133=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #700085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700085 is #8FFF7A. Grayscale: #303030. Windows color (decimal): -9437051 or 8716400. OLE color: 8716400.

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

Color convert

RGB 112 0 133 -
CMYK 0.16 1 0 0.48
HSL 290.53º 1% 0.26% -
HSV(B) 290.53º 1% 0.52% -
XYZ 10.92 5.14 22.61 -
YUV 48.65 175.61 173.19 -
System Red Green Blue C M Y K H S L
Decimal 112 0 133 0.16 1 0 0.48 290.53 1 0.26
Hex 70 0 85 10 64 0 30 123 64 1A
Octal 160 0 205 20 144 0 60 443 144 32
Binary 1110000 0 10000101 10000 1100100 0 110000 100100011 1100100 11010

Color Harmonies of #700085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700085

Black with #700085

Text Example


Text Example

White with #700085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700085; }

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

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

background-color css

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

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

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

border-color css

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

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

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