Html Css Color HEX #802265 Dark Purple

📋 copy color: '#802265'

red 128 ◦ green 34 ◦ blue 101

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

Shades of Dark Purple #802265

Tints of Dark Purple #802265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.4%

R = 48.67%
G = 12.93%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#802265 (or 0x802265) is known color: Dark Purple. HEX triplet: 80, 22 and 65. RGB value is (128,34,101). Sum of RGB (Red+Green+Blue) = 128+34+101=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #802265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802265 is #7FDD9A. Grayscale: #454545. Windows color (decimal): -8379803 or 6627968. OLE color: 6627968.

HSL color Cylindrical-coordinate representation of color #802265: hue angle of 317.23º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802265 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 34 101 -
CMYK 0 0.73 0.21 0.50
HSL 317.23º 0.58% 0.32% -
HSV(B) 317.23º 0.73% 0.5% -
XYZ 11.82 6.67 12.98 -
YUV 69.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 128 34 101 0 0.73 0.21 0.50 317.23 0.58 0.32
Hex 80 22 65 0 49 15 32 13D 3A 20
Octal 200 42 145 0 111 25 62 475 72 40
Binary 10000000 100010 1100101 0 1001001 10101 110010 100111101 111010 100000

Color Harmonies of #802265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802265

Black with #802265

Text Example


Text Example

White with #802265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802265; }

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

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

background-color css

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

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

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

border-color css

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

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

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