Html Css Color HEX #853778 Dark Purple

📋 copy color: '#853778'

red 133 ◦ green 55 ◦ blue 120

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

Shades of Dark Purple #853778

Tints of Dark Purple #853778

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

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

R = 43.18%
G = 17.86%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#853778 (or 0x853778) is known color: Dark Purple. HEX triplet: 85, 37 and 78. RGB value is (133,55,120). Sum of RGB (Red+Green+Blue) = 133+55+120=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #853778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853778 is #7AC887. Grayscale: #555555. Windows color (decimal): -8046728 or 7878533. OLE color: 7878533.

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

Color convert

RGB 133 55 120 -
CMYK 0 0.59 0.10 0.48
HSL 310º 0.41% 0.37% -
HSV(B) 310º 0.59% 0.52% -
XYZ 14.43 9.07 18.76 -
YUV 85.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 133 55 120 0 0.59 0.10 0.48 310 0.41 0.37
Hex 85 37 78 0 3B A 30 136 29 25
Octal 205 67 170 0 73 12 60 466 51 45
Binary 10000101 110111 1111000 0 111011 1010 110000 100110110 101001 100101

Color Harmonies of #853778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853778

Black with #853778

Text Example


Text Example

White with #853778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853778; }

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

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

background-color css

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

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

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

border-color css

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

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

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