Html Css Color HEX #851476 Dark Purple

📋 copy color: '#851476'

red 133 ◦ green 20 ◦ blue 118

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

Shades of Dark Purple #851476

Tints of Dark Purple #851476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 49.08%
G = 7.38%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#851476 (or 0x851476) is known color: Dark Purple. HEX triplet: 85, 14 and 76. RGB value is (133,20,118). Sum of RGB (Red+Green+Blue) = 133+20+118=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #851476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851476 is #7AEB89. Grayscale: #404040. Windows color (decimal): -8055690 or 7738501. OLE color: 7738501.

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

Color convert

RGB 133 20 118 -
CMYK 0 0.85 0.11 0.48
HSL 307.96º 0.74% 0.3% -
HSV(B) 307.96º 0.85% 0.52% -
XYZ 13.19 6.79 17.76 -
YUV 64.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 133 20 118 0 0.85 0.11 0.48 307.96 0.74 0.3
Hex 85 14 76 0 55 B 30 134 4A 1E
Octal 205 24 166 0 125 13 60 464 112 36
Binary 10000101 10100 1110110 0 1010101 1011 110000 100110100 1001010 11110

Color Harmonies of #851476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851476

Black with #851476

Text Example


Text Example

White with #851476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851476; }

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

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

background-color css

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

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

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

border-color css

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

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

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