Html Css Color HEX #850784 Purple

📋 copy color: '#850784'

red 133 ◦ green 7 ◦ blue 132

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

Shades of Purple #850784

Tints of Purple #850784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.53%

R = 48.9%
G = 2.57%
B = 48.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#850784 (or 0x850784) is known color: Purple. HEX triplet: 85, 07 and 84. RGB value is (133,7,132). Sum of RGB (Red+Green+Blue) = 133+7+132=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #850784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850784 is #7AF87B. Grayscale: #3A3A3A. Windows color (decimal): -8059004 or 8652677. OLE color: 8652677.

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

Color convert

RGB 133 7 132 -
CMYK 0 0.95 0.01 0.48
HSL 300.48º 0.9% 0.27% -
HSV(B) 300.48º 0.95% 0.52% -
XYZ 13.91 6.8 22.41 -
YUV 58.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 133 7 132 0 0.95 0.01 0.48 300.48 0.9 0.27
Hex 85 7 84 0 5F 1 30 12C 5A 1B
Octal 205 7 204 0 137 1 60 454 132 33
Binary 10000101 111 10000100 0 1011111 1 110000 100101100 1011010 11011

Color Harmonies of #850784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850784

Black with #850784

Text Example


Text Example

White with #850784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850784; }

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

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

background-color css

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

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

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

border-color css

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

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

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