Html Css Color HEX #851872 Dark Purple

📋 copy color: '#851872'

red 133 ◦ green 24 ◦ blue 114

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

Shades of Dark Purple #851872

Tints of Dark Purple #851872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.07%

R = 49.08%
G = 8.86%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#851872 (or 0x851872) is known color: Dark Purple. HEX triplet: 85, 18 and 72. RGB value is (133,24,114). Sum of RGB (Red+Green+Blue) = 133+24+114=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #851872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851872 is #7AE78D. Grayscale: #424242. Windows color (decimal): -8054670 or 7477381. OLE color: 7477381.

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

Color convert

RGB 133 24 114 -
CMYK 0 0.82 0.14 0.48
HSL 310.46º 0.69% 0.31% -
HSV(B) 310.46º 0.82% 0.52% -
XYZ 13.04 6.85 16.56 -
YUV 66.85 154.61 175.18 -
System Red Green Blue C M Y K H S L
Decimal 133 24 114 0 0.82 0.14 0.48 310.46 0.69 0.31
Hex 85 18 72 0 52 E 30 136 45 1F
Octal 205 30 162 0 122 16 60 466 105 37
Binary 10000101 11000 1110010 0 1010010 1110 110000 100110110 1000101 11111

Color Harmonies of #851872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851872

Black with #851872

Text Example


Text Example

White with #851872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851872; }

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

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

background-color css

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

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

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

border-color css

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

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

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