Html Css Color HEX #851569 Dark Purple

📋 copy color: '#851569'

red 133 ◦ green 21 ◦ blue 105

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

Shades of Dark Purple #851569

Tints of Dark Purple #851569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 40.54%

R = 51.35%
G = 8.11%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#851569 (or 0x851569) is known color: Dark Purple. HEX triplet: 85, 15 and 69. RGB value is (133,21,105). Sum of RGB (Red+Green+Blue) = 133+21+105=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #851569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851569 is #7AEA96. Grayscale: #3F3F3F. Windows color (decimal): -8055447 or 6886789. OLE color: 6886789.

HSL color Cylindrical-coordinate representation of color #851569: hue angle of 315º 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 #851569 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 21 105 -
CMYK 0 0.84 0.21 0.48
HSL 315º 0.73% 0.3% -
HSV(B) 315º 0.84% 0.52% -
XYZ 12.49 6.54 13.97 -
YUV 64.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 133 21 105 0 0.84 0.21 0.48 315 0.73 0.3
Hex 85 15 69 0 54 15 30 13B 49 1E
Octal 205 25 151 0 124 25 60 473 111 36
Binary 10000101 10101 1101001 0 1010100 10101 110000 100111011 1001001 11110

Color Harmonies of #851569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851569

Black with #851569

Text Example


Text Example

White with #851569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851569; }

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

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

background-color css

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

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

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

border-color css

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

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

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