Html Css Color HEX #851675 Dark Purple

📋 copy color: '#851675'

red 133 ◦ green 22 ◦ blue 117

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

Shades of Dark Purple #851675

Tints of Dark Purple #851675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

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

R = 48.9%
G = 8.09%
B = 43.01%

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

#851675 (or 0x851675) is known color: Dark Purple. HEX triplet: 85, 16 and 75. RGB value is (133,22,117). Sum of RGB (Red+Green+Blue) = 133+22+117=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #851675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851675 is #7AE98A. Grayscale: #414141. Windows color (decimal): -8055179 or 7673477. OLE color: 7673477.

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

Color convert

RGB 133 22 117 -
CMYK 0 0.83 0.12 0.48
HSL 308.65º 0.72% 0.3% -
HSV(B) 308.65º 0.83% 0.52% -
XYZ 13.17 6.84 17.46 -
YUV 66.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 133 22 117 0 0.83 0.12 0.48 308.65 0.72 0.3
Hex 85 16 75 0 53 C 30 135 48 1E
Octal 205 26 165 0 123 14 60 465 110 36
Binary 10000101 10110 1110101 0 1010011 1100 110000 100110101 1001000 11110

Color Harmonies of #851675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851675

Black with #851675

Text Example


Text Example

White with #851675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851675; }

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

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

background-color css

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

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

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

border-color css

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

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

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