Html Css Color HEX #7B1379 Dark Purple

📋 copy color: '#7B1379'

red 123 ◦ green 19 ◦ blue 121

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

Shades of Dark Purple #7B1379

Tints of Dark Purple #7B1379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

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

R = 46.77%
G = 7.22%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7B1379 (or 0x7B1379) is known color: Dark Purple. HEX triplet: 7B, 13 and 79. RGB value is (123,19,121). Sum of RGB (Red+Green+Blue) = 123+19+121=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1379 is #84EC86. Grayscale: #3D3D3D. Windows color (decimal): -8711303 or 7934843. OLE color: 7934843.

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

Color convert

RGB 123 19 121 -
CMYK 0 0.85 0.02 0.52
HSL 301.15º 0.73% 0.28% -
HSV(B) 301.15º 0.85% 0.48% -
XYZ 11.85 6.06 18.63 -
YUV 61.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 123 19 121 0 0.85 0.02 0.52 301.15 0.73 0.28
Hex 7B 13 79 0 55 2 34 12D 49 1C
Octal 173 23 171 0 125 2 64 455 111 34
Binary 1111011 10011 1111001 0 1010101 10 110100 100101101 1001001 11100

Color Harmonies of #7B1379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1379

Black with #7B1379

Text Example


Text Example

White with #7B1379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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