Html Css Color HEX #700185 Purple

📋 copy color: '#700185'

red 112 ◦ green 1 ◦ blue 133

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

Shades of Purple #700185

Tints of Purple #700185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 45.53%
G = 0.41%
B = 54.07%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#700185 (or 0x700185) is known color: Purple. HEX triplet: 70, 01 and 85. RGB value is (112,1,133). Sum of RGB (Red+Green+Blue) = 112+1+133=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #700185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700185 is #8FFE7A. Grayscale: #303030. Windows color (decimal): -9436795 or 8716656. OLE color: 8716656.

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

Color convert

RGB 112 1 133 -
CMYK 0.16 0.99 0 0.48
HSL 290.45º 0.99% 0.26% -
HSV(B) 290.45º 0.99% 0.52% -
XYZ 10.93 5.16 22.61 -
YUV 49.24 175.27 172.77 -
System Red Green Blue C M Y K H S L
Decimal 112 1 133 0.16 0.99 0 0.48 290.45 0.99 0.26
Hex 70 1 85 10 63 0 30 122 63 1A
Octal 160 1 205 20 143 0 60 442 143 32
Binary 1110000 1 10000101 10000 1100011 0 110000 100100010 1100011 11010

Color Harmonies of #700185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700185

Black with #700185

Text Example


Text Example

White with #700185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700185; }

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

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

background-color css

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

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

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

border-color css

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

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

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