Html Css Color HEX #852978 Dark Purple

📋 copy color: '#852978'

red 133 ◦ green 41 ◦ blue 120

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

Shades of Dark Purple #852978

Tints of Dark Purple #852978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

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

R = 45.24%
G = 13.95%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#852978 (or 0x852978) is known color: Dark Purple. HEX triplet: 85, 29 and 78. RGB value is (133,41,120). Sum of RGB (Red+Green+Blue) = 133+41+120=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #852978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852978 is #7AD687. Grayscale: #4D4D4D. Windows color (decimal): -8050312 or 7874949. OLE color: 7874949.

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

Color convert

RGB 133 41 120 -
CMYK 0 0.69 0.10 0.48
HSL 308.48º 0.53% 0.34% -
HSV(B) 308.48º 0.69% 0.52% -
XYZ 13.86 7.93 18.57 -
YUV 77.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 133 41 120 0 0.69 0.10 0.48 308.48 0.53 0.34
Hex 85 29 78 0 45 A 30 134 35 22
Octal 205 51 170 0 105 12 60 464 65 42
Binary 10000101 101001 1111000 0 1000101 1010 110000 100110100 110101 100010

Color Harmonies of #852978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852978

Black with #852978

Text Example


Text Example

White with #852978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852978; }

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

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

background-color css

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

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

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

border-color css

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

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

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