Html Css Color HEX #851A70 Dark Purple

📋 copy color: '#851A70'

red 133 ◦ green 26 ◦ blue 112

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

Shades of Dark Purple #851A70

Tints of Dark Purple #851A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 49.08%
G = 9.59%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#851A70 (or 0x851A70) is known color: Dark Purple. HEX triplet: 85, 1A and 70. RGB value is (133,26,112). Sum of RGB (Red+Green+Blue) = 133+26+112=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #851A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851A70 is #7AE58F. Grayscale: #434343. Windows color (decimal): -8054160 or 7346821. OLE color: 7346821.

HSL color Cylindrical-coordinate representation of color #851A70: hue angle of 311.78º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851A70 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 26 112 -
CMYK 0 0.80 0.16 0.48
HSL 311.78º 0.67% 0.31% -
HSV(B) 311.78º 0.8% 0.52% -
XYZ 12.97 6.9 15.98 -
YUV 67.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 133 26 112 0 0.80 0.16 0.48 311.78 0.67 0.31
Hex 85 1A 70 0 50 10 30 138 43 1F
Octal 205 32 160 0 120 20 60 470 103 37
Binary 10000101 11010 1110000 0 1010000 10000 110000 100111000 1000011 11111

Color Harmonies of #851A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A70

Black with #851A70

Text Example


Text Example

White with #851A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851A70; }

 p { color: rgb(133,26,112); }

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

background-color css

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

 a { background-color: rgb(133,26,112); }

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

border-color css

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

 span { border-color: rgb(133,26,112); }

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