Html Css Color HEX #850B7F Purple

📋 copy color: '#850B7F'

red 133 ◦ green 11 ◦ blue 127

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

Shades of Purple #850B7F

Tints of Purple #850B7F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.06%

 BLUE value IS 127 (50% from 255) = 46.86%

R = 49.08%
G = 4.06%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#850B7F (or 0x850B7F) is known color: Purple. HEX triplet: 85, 0B and 7F. RGB value is (133,11,127). Sum of RGB (Red+Green+Blue) = 133+11+127=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #850B7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B7F is #7AF480. Grayscale: #3C3C3C. Windows color (decimal): -8057985 or 8326021. OLE color: 8326021.

HSL color Cylindrical-coordinate representation of color #850B7F: hue angle of 302.95º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B7F is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 11 127 -
CMYK 0 0.92 0.05 0.48
HSL 302.95º 0.85% 0.28% -
HSV(B) 302.95º 0.92% 0.52% -
XYZ 13.62 6.76 20.67 -
YUV 60.7 165.42 179.57 -
System Red Green Blue C M Y K H S L
Decimal 133 11 127 0 0.92 0.05 0.48 302.95 0.85 0.28
Hex 85 B 7F 0 5C 5 30 12F 55 1C
Octal 205 13 177 0 134 5 60 457 125 34
Binary 10000101 1011 1111111 0 1011100 101 110000 100101111 1010101 11100

Color Harmonies of #850B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850B7F

Black with #850B7F

Text Example


Text Example

White with #850B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,11,127); }

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

background-color css

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

 a { background-color: rgb(133,11,127); }

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

border-color css

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

 span { border-color: rgb(133,11,127); }

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