Html Css Color HEX #7B2B79 Dark Purple

📋 copy color: '#7B2B79'

red 123 ◦ green 43 ◦ blue 121

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

Shades of Dark Purple #7B2B79

Tints of Dark Purple #7B2B79

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.98%

 BLUE value IS 121 (47.66% from 255) = 42.16%

R = 42.86%
G = 14.98%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7B2B79 (or 0x7B2B79) is known color: Dark Purple. HEX triplet: 7B, 2B and 79. RGB value is (123,43,121). Sum of RGB (Red+Green+Blue) = 123+43+121=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2B79 is #84D486. Grayscale: #4B4B4B. Windows color (decimal): -8705159 or 7940987. OLE color: 7940987.

HSL color Cylindrical-coordinate representation of color #7B2B79: hue angle of 301.5º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B2B79 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 43 121 -
CMYK 0 0.65 0.02 0.52
HSL 301.5º 0.48% 0.33% -
HSV(B) 301.5º 0.65% 0.48% -
XYZ 12.48 7.32 18.84 -
YUV 75.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 123 43 121 0 0.65 0.02 0.52 301.5 0.48 0.33
Hex 7B 2B 79 0 41 2 34 12E 30 21
Octal 173 53 171 0 101 2 64 456 60 41
Binary 1111011 101011 1111001 0 1000001 10 110100 100101110 110000 100001

Color Harmonies of #7B2B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2B79

Black with #7B2B79

Text Example


Text Example

White with #7B2B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,43,121); }

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

background-color css

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

 a { background-color: rgb(123,43,121); }

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

border-color css

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

 span { border-color: rgb(123,43,121); }

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