Html Css Color HEX #852573 Dark Purple

📋 copy color: '#852573'

red 133 ◦ green 37 ◦ blue 115

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

Shades of Dark Purple #852573

Tints of Dark Purple #852573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.35%

R = 46.67%
G = 12.98%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#852573 (or 0x852573) is known color: Dark Purple. HEX triplet: 85, 25 and 73. RGB value is (133,37,115). Sum of RGB (Red+Green+Blue) = 133+37+115=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #852573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852573 is #7ADA8C. Grayscale: #4A4A4A. Windows color (decimal): -8051341 or 7546245. OLE color: 7546245.

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

Color convert

RGB 133 37 115 -
CMYK 0 0.72 0.14 0.48
HSL 311.25º 0.56% 0.33% -
HSV(B) 311.25º 0.72% 0.52% -
XYZ 13.43 7.55 16.97 -
YUV 74.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 133 37 115 0 0.72 0.14 0.48 311.25 0.56 0.33
Hex 85 25 73 0 48 E 30 137 38 21
Octal 205 45 163 0 110 16 60 467 70 41
Binary 10000101 100101 1110011 0 1001000 1110 110000 100110111 111000 100001

Color Harmonies of #852573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852573

Black with #852573

Text Example


Text Example

White with #852573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852573; }

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

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

background-color css

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

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

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

border-color css

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

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

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