Html Css Color HEX #851563 Dark Purple

📋 copy color: '#851563'

red 133 ◦ green 21 ◦ blue 99

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

Shades of Dark Purple #851563

Tints of Dark Purple #851563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.13%

R = 52.57%
G = 8.3%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#851563 (or 0x851563) is known color: Dark Purple. HEX triplet: 85, 15 and 63. RGB value is (133,21,99). Sum of RGB (Red+Green+Blue) = 133+21+99=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #851563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851563 is #7AEA9C. Grayscale: #3F3F3F. Windows color (decimal): -8055453 or 6493573. OLE color: 6493573.

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

Color convert

RGB 133 21 99 -
CMYK 0 0.84 0.26 0.48
HSL 318.21º 0.73% 0.3% -
HSV(B) 318.21º 0.84% 0.52% -
XYZ 12.19 6.42 12.4 -
YUV 63.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 133 21 99 0 0.84 0.26 0.48 318.21 0.73 0.3
Hex 85 15 63 0 54 1A 30 13E 49 1E
Octal 205 25 143 0 124 32 60 476 111 36
Binary 10000101 10101 1100011 0 1010100 11010 110000 100111110 1001001 11110

Color Harmonies of #851563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851563

Black with #851563

Text Example


Text Example

White with #851563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851563; }

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

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

background-color css

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

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

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

border-color css

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

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

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