Html Css Color HEX #852480 Dark Purple

📋 copy color: '#852480'

red 133 ◦ green 36 ◦ blue 128

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

Shades of Dark Purple #852480

Tints of Dark Purple #852480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.12%

 BLUE value IS 128 (50.39% from 255) = 43.1%

R = 44.78%
G = 12.12%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#852480 (or 0x852480) is known color: Dark Purple. HEX triplet: 85, 24 and 80. RGB value is (133,36,128). Sum of RGB (Red+Green+Blue) = 133+36+128=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #852480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852480 is #7ADB7F. Grayscale: #4B4B4B. Windows color (decimal): -8051584 or 8397957. OLE color: 8397957.

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

Color convert

RGB 133 36 128 -
CMYK 0 0.73 0.04 0.48
HSL 303.09º 0.57% 0.33% -
HSV(B) 303.09º 0.73% 0.52% -
XYZ 14.2 7.81 21.18 -
YUV 75.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 133 36 128 0 0.73 0.04 0.48 303.09 0.57 0.33
Hex 85 24 80 0 49 4 30 12F 39 21
Octal 205 44 200 0 111 4 60 457 71 41
Binary 10000101 100100 10000000 0 1001001 100 110000 100101111 111001 100001

Color Harmonies of #852480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852480

Black with #852480

Text Example


Text Example

White with #852480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852480; }

 p { color: rgb(133,36,128); }

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

background-color css

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

 a { background-color: rgb(133,36,128); }

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

border-color css

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

 span { border-color: rgb(133,36,128); }

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