Html Css Color HEX #851974 Dark Purple

📋 copy color: '#851974'

red 133 ◦ green 25 ◦ blue 116

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

Shades of Dark Purple #851974

Tints of Dark Purple #851974

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.12%

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

R = 48.54%
G = 9.12%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#851974 (or 0x851974) is known color: Dark Purple. HEX triplet: 85, 19 and 74. RGB value is (133,25,116). Sum of RGB (Red+Green+Blue) = 133+25+116=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #851974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851974 is #7AE68B. Grayscale: #434343. Windows color (decimal): -8054412 or 7608709. OLE color: 7608709.

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

Color convert

RGB 133 25 116 -
CMYK 0 0.81 0.13 0.48
HSL 309.44º 0.68% 0.31% -
HSV(B) 309.44º 0.81% 0.52% -
XYZ 13.17 6.94 17.17 -
YUV 67.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 133 25 116 0 0.81 0.13 0.48 309.44 0.68 0.31
Hex 85 19 74 0 51 D 30 135 44 1F
Octal 205 31 164 0 121 15 60 465 104 37
Binary 10000101 11001 1110100 0 1010001 1101 110000 100110101 1000100 11111

Color Harmonies of #851974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851974

Black with #851974

Text Example


Text Example

White with #851974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851974; }

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

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

background-color css

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

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

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

border-color css

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

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

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