Html Css Color HEX #850070 Purple

📋 copy color: '#850070'

red 133 ◦ green 0 ◦ blue 112

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

Shades of Purple #850070

Tints of Purple #850070

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#850070 (or 0x850070) is known color: Purple. HEX triplet: 85, 00 and 70. RGB value is (133,0,112). Sum of RGB (Red+Green+Blue) = 133+0+112=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #850070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850070 is #7AFF8F. Grayscale: #343434. Windows color (decimal): -8060816 or 7340165. OLE color: 7340165.

HSL color Cylindrical-coordinate representation of color #850070: hue angle of 309.47º 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 #850070 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 112 -
CMYK 0 1 0.16 0.48
HSL 309.47º 1% 0.26% -
HSV(B) 309.47º 1% 0.52% -
XYZ 12.6 6.16 15.85 -
YUV 52.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 133 0 112 0 1 0.16 0.48 309.47 1 0.26
Hex 85 0 70 0 64 10 30 135 64 1A
Octal 205 0 160 0 144 20 60 465 144 32
Binary 10000101 0 1110000 0 1100100 10000 110000 100110101 1100100 11010

Color Harmonies of #850070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850070

Black with #850070

Text Example


Text Example

White with #850070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850070; }

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

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

background-color css

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

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

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

border-color css

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

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

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