Html Css Color HEX #850679 Purple

📋 copy color: '#850679'

red 133 ◦ green 6 ◦ blue 121

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

Shades of Purple #850679

Tints of Purple #850679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.54%

R = 51.15%
G = 2.31%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#850679 (or 0x850679) is known color: Purple. HEX triplet: 85, 06 and 79. RGB value is (133,6,121). Sum of RGB (Red+Green+Blue) = 133+6+121=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #850679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850679 is #7AF986. Grayscale: #383838. Windows color (decimal): -8059271 or 7931525. OLE color: 7931525.

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

Color convert

RGB 133 6 121 -
CMYK 0 0.95 0.09 0.48
HSL 305.67º 0.91% 0.27% -
HSV(B) 305.67º 0.95% 0.52% -
XYZ 13.19 6.5 18.65 -
YUV 57.08 164.08 182.15 -
System Red Green Blue C M Y K H S L
Decimal 133 6 121 0 0.95 0.09 0.48 305.67 0.91 0.27
Hex 85 6 79 0 5F 9 30 132 5B 1B
Octal 205 6 171 0 137 11 60 462 133 33
Binary 10000101 110 1111001 0 1011111 1001 110000 100110010 1011011 11011

Color Harmonies of #850679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850679

Black with #850679

Text Example


Text Example

White with #850679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850679; }

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

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

background-color css

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

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

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

border-color css

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

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

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