Html Css Color HEX #802285 Dark Purple

📋 copy color: '#802285'

red 128 ◦ green 34 ◦ blue 133

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

Shades of Dark Purple #802285

Tints of Dark Purple #802285

RGB

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

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

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

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

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

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

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

Color convert

RGB 128 34 133 -
CMYK 0.04 0.74 0 0.48
HSL 296.97º 0.59% 0.33% -
HSV(B) 296.97º 0.74% 0.52% -
XYZ 13.71 7.43 22.9 -
YUV 73.39 161.64 166.95 -
System Red Green Blue C M Y K H S L
Decimal 128 34 133 0.04 0.74 0 0.48 296.97 0.59 0.33
Hex 80 22 85 4 4A 0 30 129 3B 21
Octal 200 42 205 4 112 0 60 451 73 41
Binary 10000000 100010 10000101 100 1001010 0 110000 100101001 111011 100001

Color Harmonies of #802285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802285

Black with #802285

Text Example


Text Example

White with #802285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802285; }

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

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

background-color css

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

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

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

border-color css

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

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

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