Html Css Color HEX #851775 Dark Purple

📋 copy color: '#851775'

red 133 ◦ green 23 ◦ blue 117

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

Shades of Dark Purple #851775

Tints of Dark Purple #851775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

 BLUE value IS 117 (46.09% from 255) = 42.86%

R = 48.72%
G = 8.42%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#851775 (or 0x851775) is known color: Dark Purple. HEX triplet: 85, 17 and 75. RGB value is (133,23,117). Sum of RGB (Red+Green+Blue) = 133+23+117=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #851775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851775 is #7AE88A. Grayscale: #424242. Windows color (decimal): -8054923 or 7673733. OLE color: 7673733.

HSL color Cylindrical-coordinate representation of color #851775: hue angle of 308.73º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851775 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 23 117 -
CMYK 0 0.83 0.12 0.48
HSL 308.73º 0.71% 0.31% -
HSV(B) 308.73º 0.83% 0.52% -
XYZ 13.19 6.88 17.46 -
YUV 66.61 156.44 175.36 -
System Red Green Blue C M Y K H S L
Decimal 133 23 117 0 0.83 0.12 0.48 308.73 0.71 0.31
Hex 85 17 75 0 53 C 30 135 47 1F
Octal 205 27 165 0 123 14 60 465 107 37
Binary 10000101 10111 1110101 0 1010011 1100 110000 100110101 1000111 11111

Color Harmonies of #851775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851775

Black with #851775

Text Example


Text Example

White with #851775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851775; }

 p { color: rgb(133,23,117); }

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

background-color css

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

 a { background-color: rgb(133,23,117); }

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

border-color css

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

 span { border-color: rgb(133,23,117); }

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