Html Css Color HEX #852280 Dark Purple

📋 copy color: '#852280'

red 133 ◦ green 34 ◦ blue 128

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

Shades of Dark Purple #852280

Tints of Dark Purple #852280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.53%

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

R = 45.08%
G = 11.53%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#852280 (or 0x852280) is known color: Dark Purple. HEX triplet: 85, 22 and 80. RGB value is (133,34,128). Sum of RGB (Red+Green+Blue) = 133+34+128=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #852280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852280 is #7ADD7F. Grayscale: #4A4A4A. Windows color (decimal): -8052096 or 8397445. OLE color: 8397445.

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

Color convert

RGB 133 34 128 -
CMYK 0 0.74 0.04 0.48
HSL 303.03º 0.59% 0.33% -
HSV(B) 303.03º 0.74% 0.52% -
XYZ 14.14 7.69 21.16 -
YUV 74.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 133 34 128 0 0.74 0.04 0.48 303.03 0.59 0.33
Hex 85 22 80 0 4A 4 30 12F 3B 21
Octal 205 42 200 0 112 4 60 457 73 41
Binary 10000101 100010 10000000 0 1001010 100 110000 100101111 111011 100001

Color Harmonies of #852280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852280

Black with #852280

Text Example


Text Example

White with #852280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852280; }

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

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

background-color css

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

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

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

border-color css

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

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

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