Html Css Color HEX #851C72 Dark Purple

📋 copy color: '#851C72'

red 133 ◦ green 28 ◦ blue 114

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

Shades of Dark Purple #851C72

Tints of Dark Purple #851C72

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.18%

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

R = 48.36%
G = 10.18%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#851C72 (or 0x851C72) is known color: Dark Purple. HEX triplet: 85, 1C and 72. RGB value is (133,28,114). Sum of RGB (Red+Green+Blue) = 133+28+114=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #851C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C72 is #7AE38D. Grayscale: #444444. Windows color (decimal): -8053646 or 7478405. OLE color: 7478405.

HSL color Cylindrical-coordinate representation of color #851C72: hue angle of 310.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C72 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 28 114 -
CMYK 0 0.79 0.14 0.48
HSL 310.86º 0.65% 0.32% -
HSV(B) 310.86º 0.79% 0.52% -
XYZ 13.13 7.03 16.59 -
YUV 69.2 153.29 173.51 -
System Red Green Blue C M Y K H S L
Decimal 133 28 114 0 0.79 0.14 0.48 310.86 0.65 0.32
Hex 85 1C 72 0 4F E 30 137 41 20
Octal 205 34 162 0 117 16 60 467 101 40
Binary 10000101 11100 1110010 0 1001111 1110 110000 100110111 1000001 100000

Color Harmonies of #851C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C72

Black with #851C72

Text Example


Text Example

White with #851C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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