Html Css Color HEX #7B0773 Purple

📋 copy color: '#7B0773'

red 123 ◦ green 7 ◦ blue 115

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

Shades of Purple #7B0773

Tints of Purple #7B0773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.86%

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

R = 50.2%
G = 2.86%
B = 46.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#7B0773 (or 0x7B0773) is known color: Purple. HEX triplet: 7B, 07 and 73. RGB value is (123,7,115). Sum of RGB (Red+Green+Blue) = 123+7+115=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0773 is #84F88C. Grayscale: #353535. Windows color (decimal): -8714381 or 7538555. OLE color: 7538555.

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

Color convert

RGB 123 7 115 -
CMYK 0 0.94 0.07 0.52
HSL 304.14º 0.89% 0.25% -
HSV(B) 304.14º 0.94% 0.48% -
XYZ 11.34 5.6 16.7 -
YUV 54 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 123 7 115 0 0.94 0.07 0.52 304.14 0.89 0.25
Hex 7B 7 73 0 5E 7 34 130 59 19
Octal 173 7 163 0 136 7 64 460 131 31
Binary 1111011 111 1110011 0 1011110 111 110100 100110000 1011001 11001

Color Harmonies of #7B0773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0773

Black with #7B0773

Text Example


Text Example

White with #7B0773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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