Html Css Color HEX #850D79 Purple

📋 copy color: '#850D79'

red 133 ◦ green 13 ◦ blue 121

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

Shades of Purple #850D79

Tints of Purple #850D79

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

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

R = 49.81%
G = 4.87%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#850D79 (or 0x850D79) is known color: Purple. HEX triplet: 85, 0D and 79. RGB value is (133,13,121). Sum of RGB (Red+Green+Blue) = 133+13+121=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #850D79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D79 is #7AF286. Grayscale: #3C3C3C. Windows color (decimal): -8057479 or 7933317. OLE color: 7933317.

HSL color Cylindrical-coordinate representation of color #850D79: hue angle of 306º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D79 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 13 121 -
CMYK 0 0.90 0.09 0.48
HSL 306º 0.82% 0.29% -
HSV(B) 306º 0.9% 0.52% -
XYZ 13.27 6.65 18.67 -
YUV 61.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 133 13 121 0 0.90 0.09 0.48 306 0.82 0.29
Hex 85 D 79 0 5A 9 30 132 52 1D
Octal 205 15 171 0 132 11 60 462 122 35
Binary 10000101 1101 1111001 0 1011010 1001 110000 100110010 1010010 11101

Color Harmonies of #850D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850D79

Black with #850D79

Text Example


Text Example

White with #850D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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