Html Css Color HEX #851760 Dark Purple

📋 copy color: '#851760'

red 133 ◦ green 23 ◦ blue 96

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

Shades of Dark Purple #851760

Tints of Dark Purple #851760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 52.78%
G = 9.13%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#851760 (or 0x851760) is known color: Dark Purple. HEX triplet: 85, 17 and 60. RGB value is (133,23,96). Sum of RGB (Red+Green+Blue) = 133+23+96=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #851760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851760 is #7AE89F. Grayscale: #404040. Windows color (decimal): -8054944 or 6297477. OLE color: 6297477.

HSL color Cylindrical-coordinate representation of color #851760: hue angle of 320.18º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851760 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 96 -
CMYK 0 0.83 0.28 0.48
HSL 320.18º 0.71% 0.31% -
HSV(B) 320.18º 0.83% 0.52% -
XYZ 12.09 6.44 11.67 -
YUV 64.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 133 23 96 0 0.83 0.28 0.48 320.18 0.71 0.31
Hex 85 17 60 0 53 1C 30 140 47 1F
Octal 205 27 140 0 123 34 60 500 107 37
Binary 10000101 10111 1100000 0 1010011 11100 110000 101000000 1000111 11111

Color Harmonies of #851760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851760

Black with #851760

Text Example


Text Example

White with #851760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851760; }

 p { color: rgb(133,23,96); }

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

background-color css

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

 a { background-color: rgb(133,23,96); }

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

border-color css

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

 span { border-color: rgb(133,23,96); }

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