Html Css Color HEX #850E74 Dark Purple

📋 copy color: '#850E74'

red 133 ◦ green 14 ◦ blue 116

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

Shades of Dark Purple #850E74

Tints of Dark Purple #850E74

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.32%

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 50.57%
G = 5.32%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#850E74 (or 0x850E74) is known color: Dark Purple. HEX triplet: 85, 0E and 74. RGB value is (133,14,116). Sum of RGB (Red+Green+Blue) = 133+14+116=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #850E74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850E74 is #7AF18B. Grayscale: #3C3C3C. Windows color (decimal): -8057228 or 7605893. OLE color: 7605893.

HSL color Cylindrical-coordinate representation of color #850E74: hue angle of 308.57º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E74 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 14 116 -
CMYK 0 0.89 0.13 0.48
HSL 308.57º 0.81% 0.29% -
HSV(B) 308.57º 0.89% 0.52% -
XYZ 12.98 6.56 17.11 -
YUV 61.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 133 14 116 0 0.89 0.13 0.48 308.57 0.81 0.29
Hex 85 E 74 0 59 D 30 135 51 1D
Octal 205 16 164 0 131 15 60 465 121 35
Binary 10000101 1110 1110100 0 1011001 1101 110000 100110101 1010001 11101

Color Harmonies of #850E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850E74

Black with #850E74

Text Example


Text Example

White with #850E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,14,116); }

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

background-color css

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

 a { background-color: rgb(133,14,116); }

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

border-color css

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

 span { border-color: rgb(133,14,116); }

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