Html Css Color HEX #851C75 Dark Purple

📋 copy color: '#851C75'

red 133 ◦ green 28 ◦ blue 117

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

Shades of Dark Purple #851C75

Tints of Dark Purple #851C75

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.07%

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

R = 47.84%
G = 10.07%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#851C75 (or 0x851C75) is known color: Dark Purple. HEX triplet: 85, 1C and 75. RGB value is (133,28,117). Sum of RGB (Red+Green+Blue) = 133+28+117=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #851C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C75 is #7AE38A. Grayscale: #454545. Windows color (decimal): -8053643 or 7675013. OLE color: 7675013.

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

Color convert

RGB 133 28 117 -
CMYK 0 0.79 0.12 0.48
HSL 309.14º 0.65% 0.32% -
HSV(B) 309.14º 0.79% 0.52% -
XYZ 13.3 7.1 17.5 -
YUV 69.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 133 28 117 0 0.79 0.12 0.48 309.14 0.65 0.32
Hex 85 1C 75 0 4F C 30 135 41 20
Octal 205 34 165 0 117 14 60 465 101 40
Binary 10000101 11100 1110101 0 1001111 1100 110000 100110101 1000001 100000

Color Harmonies of #851C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C75

Black with #851C75

Text Example


Text Example

White with #851C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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