Html Css Color HEX #802365 Dark Purple

📋 copy color: '#802365'

red 128 ◦ green 35 ◦ blue 101

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

Shades of Dark Purple #802365

Tints of Dark Purple #802365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.26%

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

R = 48.48%
G = 13.26%
B = 38.26%

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

#802365 (or 0x802365) is known color: Dark Purple. HEX triplet: 80, 23 and 65. RGB value is (128,35,101). Sum of RGB (Red+Green+Blue) = 128+35+101=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #802365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802365 is #7FDC9A. Grayscale: #464646. Windows color (decimal): -8379547 or 6628224. OLE color: 6628224.

HSL color Cylindrical-coordinate representation of color #802365: hue angle of 317.42º degrees, saturation: 0.57, 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 #802365 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 35 101 -
CMYK 0 0.73 0.21 0.50
HSL 317.42º 0.57% 0.32% -
HSV(B) 317.42º 0.73% 0.5% -
XYZ 11.85 6.73 12.99 -
YUV 70.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 128 35 101 0 0.73 0.21 0.50 317.42 0.57 0.32
Hex 80 23 65 0 49 15 32 13D 39 20
Octal 200 43 145 0 111 25 62 475 71 40
Binary 10000000 100011 1100101 0 1001001 10101 110010 100111101 111001 100000

Color Harmonies of #802365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802365

Black with #802365

Text Example


Text Example

White with #802365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802365; }

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

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

background-color css

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

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

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

border-color css

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

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

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