Html Css Color HEX #851874 Dark Purple

📋 copy color: '#851874'

red 133 ◦ green 24 ◦ blue 116

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

Shades of Dark Purple #851874

Tints of Dark Purple #851874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.79%

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

R = 48.72%
G = 8.79%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#851874 (or 0x851874) is known color: Dark Purple. HEX triplet: 85, 18 and 74. RGB value is (133,24,116). Sum of RGB (Red+Green+Blue) = 133+24+116=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #851874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851874 is #7AE78B. Grayscale: #424242. Windows color (decimal): -8054668 or 7608453. OLE color: 7608453.

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

Color convert

RGB 133 24 116 -
CMYK 0 0.82 0.13 0.48
HSL 309.36º 0.69% 0.31% -
HSV(B) 309.36º 0.82% 0.52% -
XYZ 13.15 6.9 17.16 -
YUV 67.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 133 24 116 0 0.82 0.13 0.48 309.36 0.69 0.31
Hex 85 18 74 0 52 D 30 135 45 1F
Octal 205 30 164 0 122 15 60 465 105 37
Binary 10000101 11000 1110100 0 1010010 1101 110000 100110101 1000101 11111

Color Harmonies of #851874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851874

Black with #851874

Text Example


Text Example

White with #851874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851874; }

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

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

background-color css

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

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

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

border-color css

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

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

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