Html Css Color HEX #7B0473 Purple

📋 copy color: '#7B0473'

red 123 ◦ green 4 ◦ blue 115

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

Shades of Purple #7B0473

Tints of Purple #7B0473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

 BLUE value IS 115 (45.31% from 255) = 47.52%

R = 50.83%
G = 1.65%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7B0473 (or 0x7B0473) is known color: Purple. HEX triplet: 7B, 04 and 73. RGB value is (123,4,115). Sum of RGB (Red+Green+Blue) = 123+4+115=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0473 is #84FB8C. Grayscale: #333333. Windows color (decimal): -8715149 or 7537787. OLE color: 7537787.

HSL color Cylindrical-coordinate representation of color #7B0473: hue angle of 304.03º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B0473 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 4 115 -
CMYK 0 0.97 0.07 0.52
HSL 304.03º 0.94% 0.25% -
HSV(B) 304.03º 0.97% 0.48% -
XYZ 11.31 5.54 16.69 -
YUV 52.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 123 4 115 0 0.97 0.07 0.52 304.03 0.94 0.25
Hex 7B 4 73 0 61 7 34 130 5E 19
Octal 173 4 163 0 141 7 64 460 136 31
Binary 1111011 100 1110011 0 1100001 111 110100 100110000 1011110 11001

Color Harmonies of #7B0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0473

Black with #7B0473

Text Example


Text Example

White with #7B0473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,4,115); }

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

background-color css

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

 a { background-color: rgb(123,4,115); }

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

border-color css

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

 span { border-color: rgb(123,4,115); }

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