Html Css Color HEX #851572 Dark Purple

📋 copy color: '#851572'

red 133 ◦ green 21 ◦ blue 114

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

Shades of Dark Purple #851572

Tints of Dark Purple #851572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.54%

R = 49.63%
G = 7.84%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#851572 (or 0x851572) is known color: Dark Purple. HEX triplet: 85, 15 and 72. RGB value is (133,21,114). Sum of RGB (Red+Green+Blue) = 133+21+114=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #851572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851572 is #7AEA8D. Grayscale: #404040. Windows color (decimal): -8055438 or 7476613. OLE color: 7476613.

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

Color convert

RGB 133 21 114 -
CMYK 0 0.84 0.14 0.48
HSL 310.18º 0.73% 0.3% -
HSV(B) 310.18º 0.84% 0.52% -
XYZ 12.98 6.74 16.54 -
YUV 65.09 155.61 176.44 -
System Red Green Blue C M Y K H S L
Decimal 133 21 114 0 0.84 0.14 0.48 310.18 0.73 0.3
Hex 85 15 72 0 54 E 30 136 49 1E
Octal 205 25 162 0 124 16 60 466 111 36
Binary 10000101 10101 1110010 0 1010100 1110 110000 100110110 1001001 11110

Color Harmonies of #851572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851572

Black with #851572

Text Example


Text Example

White with #851572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851572; }

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

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

background-color css

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

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

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

border-color css

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

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

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