Html Css Color HEX #7B2679 Dark Purple

📋 copy color: '#7B2679'

red 123 ◦ green 38 ◦ blue 121

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

Shades of Dark Purple #7B2679

Tints of Dark Purple #7B2679

RGB

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

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

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

R = 43.62%
G = 13.48%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7B2679 (or 0x7B2679) is known color: Dark Purple. HEX triplet: 7B, 26 and 79. RGB value is (123,38,121). Sum of RGB (Red+Green+Blue) = 123+38+121=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2679 is #84D986. Grayscale: #484848. Windows color (decimal): -8706439 or 7939707. OLE color: 7939707.

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

Color convert

RGB 123 38 121 -
CMYK 0 0.69 0.02 0.52
HSL 301.41º 0.53% 0.32% -
HSV(B) 301.41º 0.69% 0.48% -
XYZ 12.31 6.98 18.79 -
YUV 72.88 155.16 163.75 -
System Red Green Blue C M Y K H S L
Decimal 123 38 121 0 0.69 0.02 0.52 301.41 0.53 0.32
Hex 7B 26 79 0 45 2 34 12D 35 20
Octal 173 46 171 0 105 2 64 455 65 40
Binary 1111011 100110 1111001 0 1000101 10 110100 100101101 110101 100000

Color Harmonies of #7B2679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2679

Black with #7B2679

Text Example


Text Example

White with #7B2679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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