Html Css Color HEX #851774 Dark Purple

📋 copy color: '#851774'

red 133 ◦ green 23 ◦ blue 116

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

Shades of Dark Purple #851774

Tints of Dark Purple #851774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.46%

 BLUE value IS 116 (45.7% from 255) = 42.65%

R = 48.9%
G = 8.46%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#851774 (or 0x851774) is known color: Dark Purple. HEX triplet: 85, 17 and 74. RGB value is (133,23,116). Sum of RGB (Red+Green+Blue) = 133+23+116=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #851774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851774 is #7AE88B. Grayscale: #424242. Windows color (decimal): -8054924 or 7608197. OLE color: 7608197.

HSL color Cylindrical-coordinate representation of color #851774: hue angle of 309.27º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851774 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 116 -
CMYK 0 0.83 0.13 0.48
HSL 309.27º 0.71% 0.31% -
HSV(B) 309.27º 0.83% 0.52% -
XYZ 13.13 6.86 17.16 -
YUV 66.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 133 23 116 0 0.83 0.13 0.48 309.27 0.71 0.31
Hex 85 17 74 0 53 D 30 135 47 1F
Octal 205 27 164 0 123 15 60 465 107 37
Binary 10000101 10111 1110100 0 1010011 1101 110000 100110101 1000111 11111

Color Harmonies of #851774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851774

Black with #851774

Text Example


Text Example

White with #851774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851774; }

 p { color: rgb(133,23,116); }

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

background-color css

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

 a { background-color: rgb(133,23,116); }

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

border-color css

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

 span { border-color: rgb(133,23,116); }

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