Html Css Color HEX #851D75 Dark Purple

📋 copy color: '#851D75'

red 133 ◦ green 29 ◦ blue 117

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

Shades of Dark Purple #851D75

Tints of Dark Purple #851D75

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.39%

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

R = 47.67%
G = 10.39%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#851D75 (or 0x851D75) is known color: Dark Purple. HEX triplet: 85, 1D and 75. RGB value is (133,29,117). Sum of RGB (Red+Green+Blue) = 133+29+117=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #851D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D75 is #7AE28A. Grayscale: #454545. Windows color (decimal): -8053387 or 7675269. OLE color: 7675269.

HSL color Cylindrical-coordinate representation of color #851D75: hue angle of 309.23º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D75 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 29 117 -
CMYK 0 0.78 0.12 0.48
HSL 309.23º 0.64% 0.32% -
HSV(B) 309.23º 0.78% 0.52% -
XYZ 13.32 7.15 17.51 -
YUV 70.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 133 29 117 0 0.78 0.12 0.48 309.23 0.64 0.32
Hex 85 1D 75 0 4E C 30 135 40 20
Octal 205 35 165 0 116 14 60 465 100 40
Binary 10000101 11101 1110101 0 1001110 1100 110000 100110101 1000000 100000

Color Harmonies of #851D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D75

Black with #851D75

Text Example


Text Example

White with #851D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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