Html Css Color HEX #850670 Purple

📋 copy color: '#850670'

red 133 ◦ green 6 ◦ blue 112

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

Shades of Purple #850670

Tints of Purple #850670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.39%

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

R = 52.99%
G = 2.39%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#850670 (or 0x850670) is known color: Purple. HEX triplet: 85, 06 and 70. RGB value is (133,6,112). Sum of RGB (Red+Green+Blue) = 133+6+112=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #850670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850670 is #7AF98F. Grayscale: #373737. Windows color (decimal): -8059280 or 7341701. OLE color: 7341701.

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

Color convert

RGB 133 6 112 -
CMYK 0 0.95 0.16 0.48
HSL 309.92º 0.91% 0.27% -
HSV(B) 309.92º 0.95% 0.52% -
XYZ 12.66 6.29 15.88 -
YUV 56.06 159.58 182.88 -
System Red Green Blue C M Y K H S L
Decimal 133 6 112 0 0.95 0.16 0.48 309.92 0.91 0.27
Hex 85 6 70 0 5F 10 30 136 5B 1B
Octal 205 6 160 0 137 20 60 466 133 33
Binary 10000101 110 1110000 0 1011111 10000 110000 100110110 1011011 11011

Color Harmonies of #850670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850670

Black with #850670

Text Example


Text Example

White with #850670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850670; }

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

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

background-color css

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

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

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

border-color css

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

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

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