Html Css Color HEX #850771 Purple

📋 copy color: '#850771'

red 133 ◦ green 7 ◦ blue 113

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

Shades of Purple #850771

Tints of Purple #850771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.77%

 BLUE value IS 113 (44.53% from 255) = 44.66%

R = 52.57%
G = 2.77%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#850771 (or 0x850771) is known color: Purple. HEX triplet: 85, 07 and 71. RGB value is (133,7,113). Sum of RGB (Red+Green+Blue) = 133+7+113=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #850771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850771 is #7AF88E. Grayscale: #383838. Windows color (decimal): -8059023 or 7407493. OLE color: 7407493.

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

Color convert

RGB 133 7 113 -
CMYK 0 0.95 0.15 0.48
HSL 309.52º 0.9% 0.27% -
HSV(B) 309.52º 0.95% 0.52% -
XYZ 12.73 6.33 16.17 -
YUV 56.76 159.74 182.38 -
System Red Green Blue C M Y K H S L
Decimal 133 7 113 0 0.95 0.15 0.48 309.52 0.9 0.27
Hex 85 7 71 0 5F F 30 136 5A 1B
Octal 205 7 161 0 137 17 60 466 132 33
Binary 10000101 111 1110001 0 1011111 1111 110000 100110110 1011010 11011

Color Harmonies of #850771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850771

Black with #850771

Text Example


Text Example

White with #850771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850771; }

 p { color: rgb(133,7,113); }

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

background-color css

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

 a { background-color: rgb(133,7,113); }

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

border-color css

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

 span { border-color: rgb(133,7,113); }

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