Html Css Color HEX #851F61 Dark Purple

📋 copy color: '#851F61'

red 133 ◦ green 31 ◦ blue 97

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

Shades of Dark Purple #851F61

Tints of Dark Purple #851F61

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.88%

 BLUE value IS 97 (38.28% from 255) = 37.16%

R = 50.96%
G = 11.88%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#851F61 (or 0x851F61) is known color: Dark Purple. HEX triplet: 85, 1F and 61. RGB value is (133,31,97). Sum of RGB (Red+Green+Blue) = 133+31+97=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #851F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851F61 is #7AE09E. Grayscale: #444444. Windows color (decimal): -8052895 or 6365061. OLE color: 6365061.

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

Color convert

RGB 133 31 97 -
CMYK 0 0.77 0.27 0.48
HSL 321.18º 0.62% 0.32% -
HSV(B) 321.18º 0.77% 0.52% -
XYZ 12.32 6.83 11.98 -
YUV 69.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 133 31 97 0 0.77 0.27 0.48 321.18 0.62 0.32
Hex 85 1F 61 0 4D 1B 30 141 3E 20
Octal 205 37 141 0 115 33 60 501 76 40
Binary 10000101 11111 1100001 0 1001101 11011 110000 101000001 111110 100000

Color Harmonies of #851F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851F61

Black with #851F61

Text Example


Text Example

White with #851F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,31,97); }

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

background-color css

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

 a { background-color: rgb(133,31,97); }

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

border-color css

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

 span { border-color: rgb(133,31,97); }

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