Html Css Color HEX #852578 Dark Purple

📋 copy color: '#852578'

red 133 ◦ green 37 ◦ blue 120

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

Shades of Dark Purple #852578

Tints of Dark Purple #852578

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

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

R = 45.86%
G = 12.76%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#852578 (or 0x852578) is known color: Dark Purple. HEX triplet: 85, 25 and 78. RGB value is (133,37,120). Sum of RGB (Red+Green+Blue) = 133+37+120=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #852578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852578 is #7ADA87. Grayscale: #4A4A4A. Windows color (decimal): -8051336 or 7873925. OLE color: 7873925.

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

Color convert

RGB 133 37 120 -
CMYK 0 0.72 0.10 0.48
HSL 308.13º 0.56% 0.33% -
HSV(B) 308.13º 0.72% 0.52% -
XYZ 13.72 7.67 18.53 -
YUV 75.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 133 37 120 0 0.72 0.10 0.48 308.13 0.56 0.33
Hex 85 25 78 0 48 A 30 134 38 21
Octal 205 45 170 0 110 12 60 464 70 41
Binary 10000101 100101 1111000 0 1001000 1010 110000 100110100 111000 100001

Color Harmonies of #852578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852578

Black with #852578

Text Example


Text Example

White with #852578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852578; }

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

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

background-color css

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

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

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

border-color css

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

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

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