Html Css Color HEX #802D7B Dark Purple

📋 copy color: '#802D7B'

red 128 ◦ green 45 ◦ blue 123

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

Shades of Dark Purple #802D7B

Tints of Dark Purple #802D7B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.2%

 BLUE value IS 123 (48.44% from 255) = 41.55%

R = 43.24%
G = 15.2%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#802D7B (or 0x802D7B) is known color: Dark Purple. HEX triplet: 80, 2D and 7B. RGB value is (128,45,123). Sum of RGB (Red+Green+Blue) = 128+45+123=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #802D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802D7B is #7FD284. Grayscale: #4E4E4E. Windows color (decimal): -8376965 or 8072576. OLE color: 8072576.

HSL color Cylindrical-coordinate representation of color #802D7B: hue angle of 303.61º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #802D7B is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 45 123 -
CMYK 0 0.65 0.04 0.50
HSL 303.61º 0.48% 0.34% -
HSV(B) 303.61º 0.65% 0.5% -
XYZ 13.42 7.9 19.56 -
YUV 78.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 128 45 123 0 0.65 0.04 0.50 303.61 0.48 0.34
Hex 80 2D 7B 0 41 4 32 130 30 22
Octal 200 55 173 0 101 4 62 460 60 42
Binary 10000000 101101 1111011 0 1000001 100 110010 100110000 110000 100010

Color Harmonies of #802D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802D7B

Black with #802D7B

Text Example


Text Example

White with #802D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802D7B; }

 p { color: rgb(128,45,123); }

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

background-color css

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

 a { background-color: rgb(128,45,123); }

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

border-color css

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

 span { border-color: rgb(128,45,123); }

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