Html Css Color HEX #802672 Dark Purple

📋 copy color: '#802672'

red 128 ◦ green 38 ◦ blue 114

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

Shades of Dark Purple #802672

Tints of Dark Purple #802672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

 BLUE value IS 114 (44.92% from 255) = 40.71%

R = 45.71%
G = 13.57%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#802672 (or 0x802672) is known color: Dark Purple. HEX triplet: 80, 26 and 72. RGB value is (128,38,114). Sum of RGB (Red+Green+Blue) = 128+38+114=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #802672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802672 is #7FD98D. Grayscale: #494949. Windows color (decimal): -8378766 or 7480960. OLE color: 7480960.

HSL color Cylindrical-coordinate representation of color #802672: hue angle of 309.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #802672 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 38 114 -
CMYK 0 0.70 0.11 0.50
HSL 309.33º 0.54% 0.33% -
HSV(B) 309.33º 0.7% 0.5% -
XYZ 12.63 7.19 16.64 -
YUV 73.57 150.82 166.82 -
System Red Green Blue C M Y K H S L
Decimal 128 38 114 0 0.70 0.11 0.50 309.33 0.54 0.33
Hex 80 26 72 0 46 B 32 135 36 21
Octal 200 46 162 0 106 13 62 465 66 41
Binary 10000000 100110 1110010 0 1000110 1011 110010 100110101 110110 100001

Color Harmonies of #802672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802672

Black with #802672

Text Example


Text Example

White with #802672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802672; }

 p { color: rgb(128,38,114); }

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

background-color css

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

 a { background-color: rgb(128,38,114); }

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

border-color css

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

 span { border-color: rgb(128,38,114); }

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