Html Css Color HEX #851975 Dark Purple

📋 copy color: '#851975'

red 133 ◦ green 25 ◦ blue 117

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

Shades of Dark Purple #851975

Tints of Dark Purple #851975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

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

R = 48.36%
G = 9.09%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#851975 (or 0x851975) is known color: Dark Purple. HEX triplet: 85, 19 and 75. RGB value is (133,25,117). Sum of RGB (Red+Green+Blue) = 133+25+117=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #851975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851975 is #7AE68A. Grayscale: #434343. Windows color (decimal): -8054411 or 7674245. OLE color: 7674245.

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

Color convert

RGB 133 25 117 -
CMYK 0 0.81 0.12 0.48
HSL 308.89º 0.68% 0.31% -
HSV(B) 308.89º 0.81% 0.52% -
XYZ 13.23 6.97 17.48 -
YUV 67.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 133 25 117 0 0.81 0.12 0.48 308.89 0.68 0.31
Hex 85 19 75 0 51 C 30 135 44 1F
Octal 205 31 165 0 121 14 60 465 104 37
Binary 10000101 11001 1110101 0 1010001 1100 110000 100110101 1000100 11111

Color Harmonies of #851975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851975

Black with #851975

Text Example


Text Example

White with #851975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851975; }

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

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

background-color css

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

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

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

border-color css

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

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

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