Html Css Color HEX #851479 Dark Purple

📋 copy color: '#851479'

red 133 ◦ green 20 ◦ blue 121

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

Shades of Dark Purple #851479

Tints of Dark Purple #851479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.3%

 BLUE value IS 121 (47.66% from 255) = 44.16%

R = 48.54%
G = 7.3%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#851479 (or 0x851479) is known color: Dark Purple. HEX triplet: 85, 14 and 79. RGB value is (133,20,121). Sum of RGB (Red+Green+Blue) = 133+20+121=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #851479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851479 is #7AEB86. Grayscale: #414141. Windows color (decimal): -8055687 or 7935109. OLE color: 7935109.

HSL color Cylindrical-coordinate representation of color #851479: hue angle of 306.37º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851479 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 121 -
CMYK 0 0.85 0.09 0.48
HSL 306.37º 0.74% 0.3% -
HSV(B) 306.37º 0.85% 0.52% -
XYZ 13.37 6.87 18.71 -
YUV 65.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 133 20 121 0 0.85 0.09 0.48 306.37 0.74 0.3
Hex 85 14 79 0 55 9 30 132 4A 1E
Octal 205 24 171 0 125 11 60 462 112 36
Binary 10000101 10100 1111001 0 1010101 1001 110000 100110010 1001010 11110

Color Harmonies of #851479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851479

Black with #851479

Text Example


Text Example

White with #851479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851479; }

 p { color: rgb(133,20,121); }

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

background-color css

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

 a { background-color: rgb(133,20,121); }

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

border-color css

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

 span { border-color: rgb(133,20,121); }

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