Html Css Color HEX #851072 Dark Purple

📋 copy color: '#851072'

red 133 ◦ green 16 ◦ blue 114

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

Shades of Dark Purple #851072

Tints of Dark Purple #851072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

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

R = 50.57%
G = 6.08%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#851072 (or 0x851072) is known color: Dark Purple. HEX triplet: 85, 10 and 72. RGB value is (133,16,114). Sum of RGB (Red+Green+Blue) = 133+16+114=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #851072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851072 is #7AEF8D. Grayscale: #3D3D3D. Windows color (decimal): -8056718 or 7475333. OLE color: 7475333.

HSL color Cylindrical-coordinate representation of color #851072: hue angle of 309.74º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851072 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 114 -
CMYK 0 0.88 0.14 0.48
HSL 309.74º 0.79% 0.29% -
HSV(B) 309.74º 0.88% 0.52% -
XYZ 12.9 6.57 16.51 -
YUV 62.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 133 16 114 0 0.88 0.14 0.48 309.74 0.79 0.29
Hex 85 10 72 0 58 E 30 136 4F 1D
Octal 205 20 162 0 130 16 60 466 117 35
Binary 10000101 10000 1110010 0 1011000 1110 110000 100110110 1001111 11101

Color Harmonies of #851072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851072

Black with #851072

Text Example


Text Example

White with #851072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851072; }

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

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

background-color css

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

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

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

border-color css

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

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

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