Html Css Color HEX #7B2279 Dark Purple

📋 copy color: '#7B2279'

red 123 ◦ green 34 ◦ blue 121

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

Shades of Dark Purple #7B2279

Tints of Dark Purple #7B2279

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.23%

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

R = 44.24%
G = 12.23%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7B2279 (or 0x7B2279) is known color: Dark Purple. HEX triplet: 7B, 22 and 79. RGB value is (123,34,121). Sum of RGB (Red+Green+Blue) = 123+34+121=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2279 is #84DD86. Grayscale: #464646. Windows color (decimal): -8707463 or 7938683. OLE color: 7938683.

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

Color convert

RGB 123 34 121 -
CMYK 0 0.72 0.02 0.52
HSL 301.35º 0.57% 0.31% -
HSV(B) 301.35º 0.72% 0.48% -
XYZ 12.19 6.74 18.75 -
YUV 70.53 156.49 165.43 -
System Red Green Blue C M Y K H S L
Decimal 123 34 121 0 0.72 0.02 0.52 301.35 0.57 0.31
Hex 7B 22 79 0 48 2 34 12D 39 1F
Octal 173 42 171 0 110 2 64 455 71 37
Binary 1111011 100010 1111001 0 1001000 10 110100 100101101 111001 11111

Color Harmonies of #7B2279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2279

Black with #7B2279

Text Example


Text Example

White with #7B2279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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