Html Css Color HEX #851D6D Dark Purple

📋 copy color: '#851D6D'

red 133 ◦ green 29 ◦ blue 109

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

Shades of Dark Purple #851D6D

Tints of Dark Purple #851D6D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.7%

 BLUE value IS 109 (42.97% from 255) = 40.22%

R = 49.08%
G = 10.7%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#851D6D (or 0x851D6D) is known color: Dark Purple. HEX triplet: 85, 1D and 6D. RGB value is (133,29,109). Sum of RGB (Red+Green+Blue) = 133+29+109=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #851D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D6D is #7AE292. Grayscale: #454545. Windows color (decimal): -8053395 or 7150981. OLE color: 7150981.

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

Color convert

RGB 133 29 109 -
CMYK 0 0.78 0.18 0.48
HSL 313.85º 0.64% 0.32% -
HSV(B) 313.85º 0.78% 0.52% -
XYZ 12.87 6.97 15.13 -
YUV 69.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 133 29 109 0 0.78 0.18 0.48 313.85 0.64 0.32
Hex 85 1D 6D 0 4E 12 30 13A 40 20
Octal 205 35 155 0 116 22 60 472 100 40
Binary 10000101 11101 1101101 0 1001110 10010 110000 100111010 1000000 100000

Color Harmonies of #851D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D6D

Black with #851D6D

Text Example


Text Example

White with #851D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,29,109); }

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

background-color css

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

 a { background-color: rgb(133,29,109); }

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

border-color css

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

 span { border-color: rgb(133,29,109); }

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