Html Css Color HEX #850A70 Dark Purple

📋 copy color: '#850A70'

red 133 ◦ green 10 ◦ blue 112

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

Shades of Dark Purple #850A70

Tints of Dark Purple #850A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.92%

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

R = 52.16%
G = 3.92%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#850A70 (or 0x850A70) is known color: Dark Purple. HEX triplet: 85, 0A and 70. RGB value is (133,10,112). Sum of RGB (Red+Green+Blue) = 133+10+112=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #850A70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A70 is #7AF58F. Grayscale: #3A3A3A. Windows color (decimal): -8058256 or 7342725. OLE color: 7342725.

HSL color Cylindrical-coordinate representation of color #850A70: hue angle of 310.24º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A70 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 10 112 -
CMYK 0 0.92 0.16 0.48
HSL 310.24º 0.86% 0.28% -
HSV(B) 310.24º 0.92% 0.52% -
XYZ 12.71 6.37 15.89 -
YUV 58.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 133 10 112 0 0.92 0.16 0.48 310.24 0.86 0.28
Hex 85 A 70 0 5C 10 30 136 56 1C
Octal 205 12 160 0 134 20 60 466 126 34
Binary 10000101 1010 1110000 0 1011100 10000 110000 100110110 1010110 11100

Color Harmonies of #850A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850A70

Black with #850A70

Text Example


Text Example

White with #850A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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