Html Css Color HEX #851B7D Dark Purple

📋 copy color: '#851B7D'

red 133 ◦ green 27 ◦ blue 125

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

Shades of Dark Purple #851B7D

Tints of Dark Purple #851B7D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

 BLUE value IS 125 (49.22% from 255) = 43.86%

R = 46.67%
G = 9.47%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#851B7D (or 0x851B7D) is known color: Dark Purple. HEX triplet: 85, 1B and 7D. RGB value is (133,27,125). Sum of RGB (Red+Green+Blue) = 133+27+125=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #851B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851B7D is #7AE482. Grayscale: #454545. Windows color (decimal): -8053891 or 8199045. OLE color: 8199045.

HSL color Cylindrical-coordinate representation of color #851B7D: hue angle of 304.53º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851B7D is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 27 125 -
CMYK 0 0.80 0.06 0.48
HSL 304.53º 0.66% 0.31% -
HSV(B) 304.53º 0.8% 0.52% -
XYZ 13.77 7.25 20.08 -
YUV 69.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 133 27 125 0 0.80 0.06 0.48 304.53 0.66 0.31
Hex 85 1B 7D 0 50 6 30 131 42 1F
Octal 205 33 175 0 120 6 60 461 102 37
Binary 10000101 11011 1111101 0 1010000 110 110000 100110001 1000010 11111

Color Harmonies of #851B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851B7D

Black with #851B7D

Text Example


Text Example

White with #851B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,27,125); }

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

background-color css

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

 a { background-color: rgb(133,27,125); }

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

border-color css

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

 span { border-color: rgb(133,27,125); }

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