Html Css Color HEX #850F7C Purple

📋 copy color: '#850F7C'

red 133 ◦ green 15 ◦ blue 124

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

Shades of Purple #850F7C

Tints of Purple #850F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.51%

 BLUE value IS 124 (48.83% from 255) = 45.59%

R = 48.9%
G = 5.51%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#850F7C (or 0x850F7C) is known color: Purple. HEX triplet: 85, 0F and 7C. RGB value is (133,15,124). Sum of RGB (Red+Green+Blue) = 133+15+124=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #850F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850F7C is #7AF083. Grayscale: #3E3E3E. Windows color (decimal): -8056964 or 8130437. OLE color: 8130437.

HSL color Cylindrical-coordinate representation of color #850F7C: hue angle of 304.58º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850F7C is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 15 124 -
CMYK 0 0.89 0.07 0.48
HSL 304.58º 0.8% 0.29% -
HSV(B) 304.58º 0.89% 0.52% -
XYZ 13.48 6.78 19.67 -
YUV 62.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 133 15 124 0 0.89 0.07 0.48 304.58 0.8 0.29
Hex 85 F 7C 0 59 7 30 131 50 1D
Octal 205 17 174 0 131 7 60 461 120 35
Binary 10000101 1111 1111100 0 1011001 111 110000 100110001 1010000 11101

Color Harmonies of #850F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850F7C

Black with #850F7C

Text Example


Text Example

White with #850F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,15,124); }

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

background-color css

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

 a { background-color: rgb(133,15,124); }

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

border-color css

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

 span { border-color: rgb(133,15,124); }

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