Html Css Color HEX #7B2880 Dark Purple

📋 copy color: '#7B2880'

red 123 ◦ green 40 ◦ blue 128

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

Shades of Dark Purple #7B2880

Tints of Dark Purple #7B2880

RGB

 RED value IS 123 (48.44% from 255) = 42.27%

 GREEN value IS 40 (16.02% from 255) = 13.75%

 BLUE value IS 128 (50.39% from 255) = 43.99%

R = 42.27%
G = 13.75%
B = 43.99%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7B2880 (or 0x7B2880) is known color: Dark Purple. HEX triplet: 7B, 28 and 80. RGB value is (123,40,128). Sum of RGB (Red+Green+Blue) = 123+40+128=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B2880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2880 is #84D77F. Grayscale: #4A4A4A. Windows color (decimal): -8705920 or 8398971. OLE color: 8398971.

HSL color Cylindrical-coordinate representation of color #7B2880: hue angle of 296.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B2880 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 123 40 128 -
CMYK 0.04 0.69 0 0.50
HSL 296.59º 0.52% 0.33% -
HSV(B) 296.59º 0.69% 0.5% -
XYZ 12.82 7.29 21.15 -
YUV 74.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 123 40 128 0.04 0.69 0 0.50 296.59 0.52 0.33
Hex 7B 28 80 4 45 0 32 129 34 21
Octal 173 50 200 4 105 0 62 451 64 41
Binary 1111011 101000 10000000 100 1000101 0 110010 100101001 110100 100001

Color Harmonies of #7B2880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2880

Black with #7B2880

Text Example


Text Example

White with #7B2880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B2880; }

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

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

background-color css

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

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

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

border-color css

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

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

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