Html Css Color HEX #851378 Dark Purple

📋 copy color: '#851378'

red 133 ◦ green 19 ◦ blue 120

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

Shades of Dark Purple #851378

Tints of Dark Purple #851378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.99%

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

R = 48.9%
G = 6.99%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#851378 (or 0x851378) is known color: Dark Purple. HEX triplet: 85, 13 and 78. RGB value is (133,19,120). Sum of RGB (Red+Green+Blue) = 133+19+120=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #851378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851378 is #7AEC87. Grayscale: #404040. Windows color (decimal): -8055944 or 7869317. OLE color: 7869317.

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

Color convert

RGB 133 19 120 -
CMYK 0 0.86 0.10 0.48
HSL 306.84º 0.75% 0.3% -
HSV(B) 306.84º 0.86% 0.52% -
XYZ 13.3 6.81 18.38 -
YUV 64.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 133 19 120 0 0.86 0.10 0.48 306.84 0.75 0.3
Hex 85 13 78 0 56 A 30 133 4B 1E
Octal 205 23 170 0 126 12 60 463 113 36
Binary 10000101 10011 1111000 0 1010110 1010 110000 100110011 1001011 11110

Color Harmonies of #851378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851378

Black with #851378

Text Example


Text Example

White with #851378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851378; }

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

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

background-color css

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

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

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

border-color css

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

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

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