Html Css Color HEX #850279 Purple

📋 copy color: '#850279'

red 133 ◦ green 2 ◦ blue 121

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

Shades of Purple #850279

Tints of Purple #850279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 51.95%
G = 0.78%
B = 47.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#850279 (or 0x850279) is known color: Purple. HEX triplet: 85, 02 and 79. RGB value is (133,2,121). Sum of RGB (Red+Green+Blue) = 133+2+121=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #850279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850279 is #7AFD86. Grayscale: #363636. Windows color (decimal): -8060295 or 7930501. OLE color: 7930501.

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

Color convert

RGB 133 2 121 -
CMYK 0 0.98 0.09 0.48
HSL 305.5º 0.97% 0.26% -
HSV(B) 305.5º 0.98% 0.52% -
XYZ 13.15 6.41 18.63 -
YUV 54.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 133 2 121 0 0.98 0.09 0.48 305.5 0.97 0.26
Hex 85 2 79 0 62 9 30 131 61 1A
Octal 205 2 171 0 142 11 60 461 141 32
Binary 10000101 10 1111001 0 1100010 1001 110000 100110001 1100001 11010

Color Harmonies of #850279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850279

Black with #850279

Text Example


Text Example

White with #850279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850279; }

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

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

background-color css

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

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

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

border-color css

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

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

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