Html Css Color HEX #851561 Dark Purple

📋 copy color: '#851561'

red 133 ◦ green 21 ◦ blue 97

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

Shades of Dark Purple #851561

Tints of Dark Purple #851561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.37%

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

R = 52.99%
G = 8.37%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#851561 (or 0x851561) is known color: Dark Purple. HEX triplet: 85, 15 and 61. RGB value is (133,21,97). Sum of RGB (Red+Green+Blue) = 133+21+97=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #851561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851561 is #7AEA9E. Grayscale: #3E3E3E. Windows color (decimal): -8055455 or 6362501. OLE color: 6362501.

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

Color convert

RGB 133 21 97 -
CMYK 0 0.84 0.27 0.48
HSL 319.29º 0.73% 0.3% -
HSV(B) 319.29º 0.84% 0.52% -
XYZ 12.1 6.39 11.9 -
YUV 63.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 133 21 97 0 0.84 0.27 0.48 319.29 0.73 0.3
Hex 85 15 61 0 54 1B 30 13F 49 1E
Octal 205 25 141 0 124 33 60 477 111 36
Binary 10000101 10101 1100001 0 1010100 11011 110000 100111111 1001001 11110

Color Harmonies of #851561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851561

Black with #851561

Text Example


Text Example

White with #851561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851561; }

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

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

background-color css

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

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

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

border-color css

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

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

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