Html Css Color HEX #851978 Dark Purple

📋 copy color: '#851978'

red 133 ◦ green 25 ◦ blue 120

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

Shades of Dark Purple #851978

Tints of Dark Purple #851978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.17%

R = 47.84%
G = 8.99%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#851978 (or 0x851978) is known color: Dark Purple. HEX triplet: 85, 19 and 78. RGB value is (133,25,120). Sum of RGB (Red+Green+Blue) = 133+25+120=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #851978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851978 is #7AE687. Grayscale: #434343. Windows color (decimal): -8054408 or 7870853. OLE color: 7870853.

HSL color Cylindrical-coordinate representation of color #851978: hue angle of 307.22º 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 #851978 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 120 -
CMYK 0 0.81 0.10 0.48
HSL 307.22º 0.68% 0.31% -
HSV(B) 307.22º 0.81% 0.52% -
XYZ 13.41 7.04 18.42 -
YUV 68.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 133 25 120 0 0.81 0.10 0.48 307.22 0.68 0.31
Hex 85 19 78 0 51 A 30 133 44 1F
Octal 205 31 170 0 121 12 60 463 104 37
Binary 10000101 11001 1111000 0 1010001 1010 110000 100110011 1000100 11111

Color Harmonies of #851978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851978

Black with #851978

Text Example


Text Example

White with #851978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851978; }

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

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

background-color css

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

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

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

border-color css

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

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

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