Html Css Color HEX #7B1279 Purple

📋 copy color: '#7B1279'

red 123 ◦ green 18 ◦ blue 121

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

Shades of Purple #7B1279

Tints of Purple #7B1279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.87%

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

R = 46.95%
G = 6.87%
B = 46.18%

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

#7B1279 (or 0x7B1279) is known color: Purple. HEX triplet: 7B, 12 and 79. RGB value is (123,18,121). Sum of RGB (Red+Green+Blue) = 123+18+121=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1279 is #84ED86. Grayscale: #3C3C3C. Windows color (decimal): -8711559 or 7934587. OLE color: 7934587.

HSL color Cylindrical-coordinate representation of color #7B1279: hue angle of 301.14º degrees, saturation: 0.74, 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 #7B1279 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 18 121 -
CMYK 0 0.85 0.02 0.52
HSL 301.14º 0.74% 0.28% -
HSV(B) 301.14º 0.85% 0.48% -
XYZ 11.84 6.02 18.63 -
YUV 61.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 123 18 121 0 0.85 0.02 0.52 301.14 0.74 0.28
Hex 7B 12 79 0 55 2 34 12D 4A 1C
Octal 173 22 171 0 125 2 64 455 112 34
Binary 1111011 10010 1111001 0 1010101 10 110100 100101101 1001010 11100

Color Harmonies of #7B1279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1279

Black with #7B1279

Text Example


Text Example

White with #7B1279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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