Html Css Color HEX #852571 Dark Purple

📋 copy color: '#852571'

red 133 ◦ green 37 ◦ blue 113

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

Shades of Dark Purple #852571

Tints of Dark Purple #852571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.93%

R = 47%
G = 13.07%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#852571 (or 0x852571) is known color: Dark Purple. HEX triplet: 85, 25 and 71. RGB value is (133,37,113). Sum of RGB (Red+Green+Blue) = 133+37+113=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #852571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852571 is #7ADA8E. Grayscale: #4A4A4A. Windows color (decimal): -8051343 or 7415173. OLE color: 7415173.

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

Color convert

RGB 133 37 113 -
CMYK 0 0.72 0.15 0.48
HSL 312.5º 0.56% 0.33% -
HSV(B) 312.5º 0.72% 0.52% -
XYZ 13.32 7.5 16.37 -
YUV 74.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 133 37 113 0 0.72 0.15 0.48 312.5 0.56 0.33
Hex 85 25 71 0 48 F 30 138 38 21
Octal 205 45 161 0 110 17 60 470 70 41
Binary 10000101 100101 1110001 0 1001000 1111 110000 100111000 111000 100001

Color Harmonies of #852571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852571

Black with #852571

Text Example


Text Example

White with #852571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852571; }

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

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

background-color css

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

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

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

border-color css

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

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

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