Html Css Color HEX #850671 Purple

📋 copy color: '#850671'

red 133 ◦ green 6 ◦ blue 113

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

Shades of Purple #850671

Tints of Purple #850671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.38%

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

R = 52.78%
G = 2.38%
B = 44.84%

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

#850671 (or 0x850671) is known color: Purple. HEX triplet: 85, 06 and 71. RGB value is (133,6,113). Sum of RGB (Red+Green+Blue) = 133+6+113=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #850671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850671 is #7AF98E. Grayscale: #373737. Windows color (decimal): -8059279 or 7407237. OLE color: 7407237.

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

Color convert

RGB 133 6 113 -
CMYK 0 0.95 0.15 0.48
HSL 309.45º 0.91% 0.27% -
HSV(B) 309.45º 0.95% 0.52% -
XYZ 12.72 6.31 16.17 -
YUV 56.17 160.08 182.8 -
System Red Green Blue C M Y K H S L
Decimal 133 6 113 0 0.95 0.15 0.48 309.45 0.91 0.27
Hex 85 6 71 0 5F F 30 135 5B 1B
Octal 205 6 161 0 137 17 60 465 133 33
Binary 10000101 110 1110001 0 1011111 1111 110000 100110101 1011011 11011

Color Harmonies of #850671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850671

Black with #850671

Text Example


Text Example

White with #850671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850671; }

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

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

background-color css

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

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

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

border-color css

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

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

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