Html Css Color HEX #852574 Dark Purple

📋 copy color: '#852574'

red 133 ◦ green 37 ◦ blue 116

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

Shades of Dark Purple #852574

Tints of Dark Purple #852574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.56%

R = 46.5%
G = 12.94%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#852574 (or 0x852574) is known color: Dark Purple. HEX triplet: 85, 25 and 74. RGB value is (133,37,116). Sum of RGB (Red+Green+Blue) = 133+37+116=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #852574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852574 is #7ADA8B. Grayscale: #4A4A4A. Windows color (decimal): -8051340 or 7611781. OLE color: 7611781.

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

Color convert

RGB 133 37 116 -
CMYK 0 0.72 0.13 0.48
HSL 310.63º 0.56% 0.33% -
HSV(B) 310.63º 0.72% 0.52% -
XYZ 13.49 7.57 17.27 -
YUV 74.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 133 37 116 0 0.72 0.13 0.48 310.63 0.56 0.33
Hex 85 25 74 0 48 D 30 137 38 21
Octal 205 45 164 0 110 15 60 467 70 41
Binary 10000101 100101 1110100 0 1001000 1101 110000 100110111 111000 100001

Color Harmonies of #852574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852574

Black with #852574

Text Example


Text Example

White with #852574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852574; }

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

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

background-color css

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

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

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

border-color css

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

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

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